Skip to content

Instantly share code, notes, and snippets.

@jsingle
Last active September 10, 2015 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsingle/bd1d8c04f45040b24c28 to your computer and use it in GitHub Desktop.
Save jsingle/bd1d8c04f45040b24c28 to your computer and use it in GitHub Desktop.
Dusty migration from boot2docker

Starting in 0.6.0, Dusty uses Docker Machine instead of boot2docker. If you have persistent data on your boot2docker VM that you would like to move over, you need to perform a dusty disk backup and dusty disk restore

You can follow these steps to migrate to Dusty 0.6.0:

  • dusty disk backup ~/
  • boot2docker stop
  • Download and install the Docker Toolbox
  • dusty upgrade 0.6.0
  • dusty up
  • dusty stop
  • dusty disk restore ~/dusty-backup

If you'd like to purge your old boot2docker VM from your system afterwards, run boot2docker destroy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment