- Understand what Docker is and the basics of containerization.
- Understand Docker images and how to manage them.
- Basic Docker Port Mapping and Data Persistence.
- Learn to create and customize Docker images.
- Setting up your first container.
- Docker Compose Basics.
- Workshop
-
Docker Installation: Docker Desktop for Windows or Mac, or Docker Engine for Linux, installed and working on the participant's computer. Verify installation with the command docker --version in the terminal or command prompt.
docker --versionThen
docker run hello-world -
Docker Hub Account (username must be lowercase)
-
GitHub Account
-
Visual Studio Code