minikube/iso
Dan Lorenc d550382f21 Add newlines. 2016-05-08 15:51:17 -07:00
..
.gitignore Add newlines. 2016-05-08 15:51:17 -07:00
Dockerfile Check the SHA for the docker distribution. 2016-05-06 15:57:51 -07:00
README.md Pin to a specific version of docker. 2016-05-06 15:57:51 -07:00
build.sh Add newlines. 2016-05-08 15:51:17 -07:00

README.md

Scripts for building a VM iso based on boot2docker

Build instructions

./build.sh

Test instructions

To manually try out the built iso, you can run the following commands to create a VM:

VBoxManage createvm --name testminikube --ostype "Linux_64" --register
VBoxManage storagectl foo --name "IDE Controller" --add ide
VBoxManage storageattach foo --storagectl "IDE Controller" --port 0 --device 0 --type dvddrive --medium ./minikube.iso
VBoxManage modifyvm foo --memory 1024 --vrde on --vrdeaddress 127.0.0.1 --vrdeport 3390 --vrdeauthtype null

Then use the VirtualBox gui to start and open a session.