Skip to content

import and export docker machines between computers

Notifications You must be signed in to change notification settings

leandromoreira/machine-share

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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

npm install -g machine-share

exporting machines

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

importing machines

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

About

import and export docker machines between computers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 62.3%
  • JavaScript 37.7%