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
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.