travmikFeb 26
Dockerize everything and everywhere

Machine takes you from “zero-to-Docker” with a single command. It lets you easily deploy Docker Engines on your computer, on cloud providers, and in your own data center.
Swarm is native clustering for Docker containers. It pools together several Docker Engines into a single, virtual host.
Compose is a way of defining and running multi-container distributed applications with Docker.
- ORCHESTRATING DOCKER WITH MACHINE, SWARM AND COMPOSE —Yay!!! Docker docker released first beta versions of their orchestrating tools. Here you can find links to review(w/ small demo videos ~7min) for all 3 tools.
- Making Docker Ops Awesome with Swarm and Joyent — Joyent opinion about Docker Swarm. “We are truly excited about the rapid evolution of features like service discovery and the ability to define placement strategies that enable portability between public and private clouds.”
- Review on TechCrunch.
- Review from Business Wire.
- Swarms of Docker Machines — Microsoft in their blog wrote small article not so much about Docker Swarm as about Docker Machine that also released today with MAJOR version v0.1.0.