machine-share icon indicating copy to clipboard operation
machine-share copied to clipboard

import and export docker machines between computers

machine-share

This is a small script that attempts to provide the missing import/export functionality in docker machine (see issue 23)

installation

npm install -g machine-share

exporting machines

machine-export <machine-name>
>> exported to <machine-name>.zip

importing machines

machine-import <machine-name>.zip
>> imported