Skip to content

import and export docker machines between computers

Notifications You must be signed in to change notification settings

grinnery/machine-share

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

machine-share

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

installation

cd machine-share
npm install -g

exporting machines

machine-export <machine-name>
>> exported to <machine-name>.tar.gz 

importing machines

Machine <machine-name> should not exist, or you'll have to delete it before import.

machine-import <machine-name>.tar.gz
>> imported

About

import and export docker machines between computers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%