A Docker virtual machine created and provisioned with Vagrant. This repository is primarily aimed at Microsoft Windows users that wish to get a Docker host up and running quickly and easily.
- Install VirtualBox. A restart may be required.
- Optional: Run VirtualBox as Administrator then follow the prompts to install the Oracle VM VirtualBox Extension Pack. Close VirtualBox when done.
- Install Vagrant. A restart may be required.
- Clone (or download and extract) this repository into INSERT_YOUR_PATH_HERE.
- Open a terminal window and browse to INSERT_YOUR_PATH_HERE
- Run
vagrant up
to start the virtual machine. - Run
vagrant ssh
to access a terminal inside the virtual machine using your current shell. - Run
vagrant ssh-config
if you want to configure a different SSH client to access the virtual machine. - Use Docker inside the virtual machine.
- Run
sudo shutdown now
inside the virtual machine orvagrant halt
outside the virtual machine when you are done. - Run
vagrant destroy
if you want to create the virtual machine from scratch.