Skip to content

Several tests will be done inside a Vagrant machine in order to learn more about this technology.

License

Notifications You must be signed in to change notification settings

joaquinariasgomez/Kubernetes-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My environment is launched in a virtual machine based on Debian and running over VirtualBox.

In order for this machine to be working, you will need to install Vagrant. To run it the first time, you must locate yourself in this directory and run:

~/Kubernetes-docker$ vagrant up
~/Kubernetes-docker$ vagrant ssh

vagrant up will start the machine and vagrant ssh will connect you via ssh to the machine. If you want to shut it down, simply run:

~/Kubernetes-docker$ vagrant halt

To turn it on again, vagrant up. For more information about Vagrant, run:

~/Kubernetes-docker$ vagrant help

In case you want to execute graphical applications inside this virtual machine, you will need a program to export the X Windows. In this case, you could install Xming.

Once you have installed Xming, just run the application and also run this command before sshing into Vagrant:

~/Kubernetes-docker$ export DISPLAY=localhost:0.0

About

Several tests will be done inside a Vagrant machine in order to learn more about this technology.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published