This project creates a Vagrant VirtualBox image consisting of Docker 1.12.3 and Docker Compose 1.8.0 versions
Steps to use the VirtualBox Vagrant image:
- Build the image using Packer.
$ packer build docker-ubuntu1604.json
- Run the Vagrant VirtualBox image.
$ vagrant up virtualbox
- SSH into the image and use it.
$ vagrant ssh virtualbox