docker-ubuntu-trusty64
How to setup your machine for local development
Requirements:
Ansible Version 2.0.1.0 or Above.
Virtual Box Version 5.0.14 or Above.
-
Run vagrant up:
$ vagrant up
-
Run vagrant ssh after the box is up and running:
vagrant ssh
-
Check if docker is installed successfully inside of your virtual box:
$ docker images $ docker run hello-world
-
To restart your docker daemon if you ever need to:
$ sudo service docker restart
👍