docker-machine-share
v1.0.2
Published
Share docker machines with your dev team
Downloads
7
Maintainers
Readme
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