Your First Docker Container
Run your very first Docker container, understand basic commands, and interact with a simple application.
Ready to Run Docker?
Time for hands-on Docker! You'll start containers, interact with them, and manage their lifecycle using the core commands.

The `docker run` Command
docker run is your gateway to containers. It checks for the image locally, pulls it from Docker Hub if missing, then creates and starts a container.
All lessons in this course
- What are Containers?
- Installing Docker Desktop
- Your First Docker Container
- Managing Data with Docker Volumes