0.0.16 • Published 10 years ago

@mumbacloud/dmport v0.0.16

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
10 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

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago