0.0.16 • Published 9 years ago

@mumbacloud/dmport v0.0.16

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
9 years ago

Docker Machine Import Export Utility

Export docker machine credentials from one manchine to another.

 Usage: dmport [options]

 Options:

   -h, --help            output usage information
   -V, --version         output the version number
   -x, --export [value]  export docker machine, value is the name of the machine
   -i, --import [value]  import json encoded output from dmport export.

NOTES!

  • Currently only handles importing / exporting of 1 machine at a time
  • Currently requires docker-machine to be available in the path
  • use the following to set env vars for machine, certificates will also be written to file

    eval $(dmport -i $ENVVAR_W_EXPORT_JSON) 

    caution This will overwrite your ca certs when importing make sure you have proper back ups

    From your friends @ mumba.cloud

Acknowledgements

The idea for exporting as a JSON string came from docker-machine-export

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago