Quantcast
Channel: Planet Python
Viewing all articles
Browse latest Browse all 22462

James Mills: A Compose for Docker Machines

$
0
0
an open source project to pack, ship and run any application as a lightweight container

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.com/prologic/factory

Enjoy! :)


Do check out my other related project autodock and autodock-paas.


Viewing all articles
Browse latest Browse all 22462

Trending Articles