Docker Architecture
What Is a Container?
A container is a technology that encapsulates an application and provides an independent operating environment.
Docker Container Lifecycle

Difference Between Dockerfile and docker-compose
- Dockerfile: creates a Docker image
- docker-compose: defines the
docker runenvironment