1.0.2 • Published 9 years ago
docker-machine-share v1.0.2
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-shareUsage
export
docker-machine-share > ~/Downloads/docker-machines.jsonimport
envsubst '$HOME' < ~/Downloads/docker-machines.json | docker-machine-shareLICENSE
MIT