1.0.2 • Published 8 years ago

docker-machine-share v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

What

This is for sharing remote docker-machines across dev team

Why

Because we want to access same remote server created by docker-machine create from different machines and we want to do it right now, while proper implementation is in progress

Sharing private keys is bad idea, don't do it in production. This solution is for testing purposes only.

Installation

npm install -g docker-machine-share

Usage

export

docker-machine-share > ~/Downloads/docker-machines.json

import

envsubst '$HOME' < ~/Downloads/docker-machines.json | docker-machine-share

LICENSE

MIT