Skip to content

Bootstrap project that creates a virtual machine suitable for hosting Docker containers

Notifications You must be signed in to change notification settings

halljon/vagrant-docker-host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-docker-host

Clone the repository and then type:

vagrant up

Once the provisioning of the virtual machine has been completed, then simply type the below to access the host and run Docker commands:

vagrant ssh

sudo su -

docker info

The above will confirm that Docker is installed and usable. The virtual machine is then ready to pull and run Docker images, e.g.

docker run hello-world

Note: if you get an error like: docker: Error response from daemon: devmapper: Error activating devmapper device for, then reboot the Vagrant virtual machine and that seems to resolve the issue.

About

Bootstrap project that creates a virtual machine suitable for hosting Docker containers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published