This repository contains a Vagrantfile that will setup an ubuntu focal box and install docker and docker-compose in it.
The /vagrant folder contains the docker-compose.yml file.
- Install VirtualBox
- Install Vagrant
- Clone this repository and cd into it
vagrant up
vagrant ssh
cd /vagrant
docker-compose up -d