Abdu Taviq

Docker + Docker Compose

YouTube Video

Just Enough Docker & Docker Compose tutorial youtube thumbnail
Just Enough Docker & Docker Compose tutorial youtube thumbnail

Commands

Docker

Docker Compose

DockerFile

Docker Compose File

When merging two docker compose files, there are ways to override definitions:

Questions?

We can combine both of them and use ENTRYPOINT when we need a command to always run when the container starts and CMD to pass the parameters. We can then allow our users to overwrite the paramters when using docker run.

Diagrams

Docker Architecture
Docker Architecture
Source: Docker Docs

Docker Life Cycle
Docker Life Cycle
Source: Docker Internals

Interesting Docker Images