You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2018. It is now read-only.
The typical boot2docker VM mounts boot2docker as an ISO (like a LiveCD), and mounts a separate disk (vmdk) for /var/lib/docker and /var/lib/boot2docker where it stores things like images, containers, and other docker-related state.
This arrangement allows for the boot2docker ISO to be updated without losing all the previously downloaded images or state.
Is it possible for the Vagrantfile to do something similar? If so, we might be able to vagrant destroy then vagrant up and keep all docker state.