Docker: new tools for orchestrating distributed apps (Machine, Swarm and Compose).




With Docker you can easily and safely develop, deploy and scale your app in real-time.  
In its dynamic of performance and productivity, Docker has released today the first versions of new tools for orchestrating distributed apps (Machine, Swarm and Compose) .
Connectikpeople.co however recalls that these new tools are not ready for production yet, but you can try them out and tell Docker what you think.

When it comes to these new tools, Machine can let you easily deploy Docker Engines on your computer, on cloud providers, and in your own data center.

Swarm, as a native clustering for Docker containers, pools together several Docker Engines into a single, virtual host.

Compose is a way of defining and running multi-container distributed applications with Docker.

Popular Posts