Manage a fleet of microservices locally with Docker

This tutorial details how to quickly spin up a reproducible development environment with Docker to manage a number of Node.js microservices. Read more

Similar

From Docker Straight to AWS ECS

Just about six years ago to the day Docker hit the first milestone for Docker Compose, a simple way to layout your containers and their connections. A talks to B, B talks to C, and C is a database. Fast forward six years and the container ecosystem has be... (more…)

Read more »

Docker Overview

Docker is an open platform tool to make it easier to create, deploy and to execute the applications by using containers. Containers allow us to separate the applications from the infrastructure so we… (more…)

Read more »