rancher / vagrant

Vagrant file to stand up a Local Rancher install with 3 nodes
81 stars 56 forks source link

Fix for https://github.com/rancher/vagrant/issues/30 #32

Closed dnoland1 closed 6 years ago

dnoland1 commented 6 years ago

Fix for https://github.com/rancher/vagrant/issues/30 - "Master VM containers don't survive reboot"

Mounting /vagrant filesystem for master VM during boot. Persisting haproxy container configuration to master VM instead of host. Caching redis and registry container images on host to avoid multiple 200MB+ downloads.

LLParse commented 6 years ago

Fantastic, thanks for this!