This box defines a docker development environment. It basically installs
- docker
- docker-compose
- Consul
- Registrator
- Shipyard
- git
- vim + useful vim plugins
- Have enough memory (VM requires 2GB) available. Change settings, if required, in Vagrantfile
- Install Vagrant
- Clone this repository
git clone https://github.com/rattermeyer/vagrant-docker-host
- Provision a box
vagrant up
You need to reboot after the provisioning:vagrant halt && vagrant up
- Login
vagrant ssh
or using putty / ssh on localhost:2222