This is a small script that attempts to provide the missing import/export functionality in docker machine (see issue 23)
cd machine-share
npm install -g
machine-export <machine-name>
>> exported to <machine-name>.tar.gz
Machine <machine-name>
should not exist, or you'll have to delete it before import.
machine-import <machine-name>.tar.gz
>> imported