Skip to content

jhryniuk/vagrant-with-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant machine with Docker

Requiremants

Run machine

  • Download machine from github git clone https://github.com/jhryniuk/vagrant-with-docker.git
  • In console get inside location vagrant-with-docker/
  • Run command vagrant up

Checking machine

  • After vagrant up run command vagrant ssh to get in the vagrant machine
  • Run command docker version

You should get screen like that:

 Client:
 Version:      1.10.3
 API version:  1.22
 Go version:   go1.5.3
 Git commit:   20f81dd
 Built:        Thu Mar 10 15:54:52 2016
 OS/Arch:      linux/amd64

Server:
 Version:      1.10.3
 API version:  1.22
 Go version:   go1.5.3
 Git commit:   20f81dd
 Built:        Thu Mar 10 15:54:52 2016
 OS/Arch:      linux/amd64 

Shutting down

  • Get out from virtual machine by using exit
  • Run command vagrant halt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published