|
|
|
|
|
by cpuguy83
3509 days ago
|
|
Indeed, would definitely be cool to be able to export a specific machine config to a tarball that can be imported on another machine. I don't work on machine, but anyone made a proposal for this (probably with warnings about copying ssh keys and such)? I know this doesn't help with your current issue on docker-machine, but...
I think the issue here is docker-machine's primary intent is as a developer tool to spin up dev environments quickly and easily (zero-to-docker as we say), as such the datastore and security model is tailored to this.
We are working on production-level infrastructure management, the base-layer of which you can find here: https://github.com/docker/infrakit |
|