This repository provides a hands-on workshop covering essential Docker topics such as image building, Docker Compose, networking, CI/CD, and more.
Objectives:
- Learn the Docker image build process to create and manage images
- Understand Docker local images and external ones from Docker Hub
- Work with Docker Compose to manage multi-service stacks
- Configure Docker networking for inter-container communication
- Set up Docker CI/CD using GitHub Actions
- Master general Docker CLI commands and Compose YAML syntax
- Docker Documentation: https://docs.docker.com/
- Docker Hub: https://hub.docker.com/
- GitHub Actions Documentation: https://docs.github.com/en/actions
- Docker Cheat Sheet: https://dockerlabs.collabnix.com/docker/cheatsheet/