Description
In this blog post I would like to show you how easy you can run 3 different Docker containers all at... Tagged with docker, beginners, devops, microservices.
Summary
- In this blog post I would like to show you how easy you can run 3 different Docker containers all at once using single command.
- Docker Compose In order to understand what problem Docker Compose solves you need to understand what Docker, or more general containerization, do.
- kanban-data is a name of a volume that will be created during first Compose run (it’s defined at the bottom of the docker-compose.yml).
- The above Dockerfile consists two build stages.