Working with Advanced Docker Operations
Date: 16 February 2018
Categories: Docker
We all know, at this point, that Docker is the new hotness. Running individual containers can help with development but doesn’t do much for us when it’s time to deploy the application. There’s where orchestration comes in.
Docker Swarm is a great tool to use when you first get started with orchestration. Swarm is built into Docker. There’s no additional software to install. You can learn more about running services in Docker Swarm in my video course “Dive into Orchestration with Docker Swarm”.