Skip to content

Instantly share code, notes, and snippets.

@jsingle
jsingle / dusty_migrate.md
Last active September 10, 2015 19:37
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
#!/usr/bin/env bash
top_dir=~/nfs_test
mkdir -p nfs_test
num_dirs=100
num_files=100
for i in `seq 1 $num_dirs`; do
mkdir $top_dir/$i