Docker Architecture

What Is a Container?

A container is a technology that encapsulates an application and provides an independent operating environment.

Docker Container Lifecycle

Lifecycle of Docker Container

Difference Between Dockerfile and docker-compose

  • Dockerfile: creates a Docker image
  • docker-compose: defines the docker run environment