Managing remote docker machines from multiple development machines

前端 未结 2 1518
轻奢々
轻奢々 2021-01-30 17:37

Can the docker machines created from one developer workstation using docker-machine commands, be managed from another workstation. I am not looking for a solution involving dock

2条回答
  •  醉酒成梦
    2021-01-30 18:10

    There's an external tool to import/export docker-machines: machine-share.

    machine-export 
    >> exported to .zip
    machine-import .zip
    >> imported
    

    As an aside, I believe Daniel's solution is superior, but requires a significant investment in tools/workflows. machine-export should be sufficient in 95% of the cases.

提交回复
热议问题