A Compose for Docker Machines
Compose for Docker Machines; declaring your machine configurations.
Introducing a new tool factory for composing Docker machines wrapping around docker-machine itself.
This lets you define a factory.yml file like this:
machines: test: driver: digitalocean And run:
$ factory up That’s it! You can define as many machines as you like and the configuration options match those of docker-machine.
There are also a few other nifty commands:
stop – Stop a machine or all machines rm – Remove a machine or all machines ls – List all machines Check it out on Github at: https://github.
[Read More]