https://github.com/deypadma2020/docker
📦 A practical Docker learning log and cheat sheet covering installation, commands, Dockerfiles, Compose, registries, and orchestration. Perfect for DevOps and containerization beginners and practitioners.
https://github.com/deypadma2020/docker
containerization devops docker docker-compose docker-image docker-network docker-registry docker-volumes dockerfile wsl
Last synced: 22 days ago
JSON representation
📦 A practical Docker learning log and cheat sheet covering installation, commands, Dockerfiles, Compose, registries, and orchestration. Perfect for DevOps and containerization beginners and practitioners.
- Host: GitHub
- URL: https://github.com/deypadma2020/docker
- Owner: deypadma2020
- License: mit
- Created: 2025-07-14T19:09:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-15T03:16:02.000Z (3 months ago)
- Last Synced: 2025-07-15T08:38:40.229Z (3 months ago)
- Topics: containerization, devops, docker, docker-compose, docker-image, docker-network, docker-registry, docker-volumes, dockerfile, wsl
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐳 Docker Learning Guide
A hands-on, practical Docker cheat sheet and learning log. Ideal for daily reference as you explore containerization, DevOps, and deployment workflows.
This guide is organized into several sections, each covering a specific aspect of Docker.
---
## 📚 Table of Contents
* **[1. Setup and Configuration](./docs/01-setup.md)**
* Setting up WSL and Docker on your machine.
* **[2. Basic Docker Commands](./docs/02-basic-commands.md)**
* Essential commands for managing images, containers, and system resources.
* **[3. Writing Dockerfiles](./docs/03-dockerfiles.md)**
* Best practices and examples for creating your own Docker images.
* **[4. Using Docker Compose](./docs/04-docker-compose.md)**
* Managing multi-container applications with Docker Compose.
* **[5. Docker Networking](./docs/05-networking.md)**
* Understanding and managing Docker networks.
* **[6. Managing Data with Volumes](./docs/06-volumes.md)**
* Persisting data using Docker volumes.
* **[7. Docker Registries](./docs/07-registries.md)**
* Working with Docker Hub and other container registries.
* **[8. Practical Use Cases](./docs/08-use-cases.md)**
* Examples of running services like MySQL, Jenkins, and web applications in Docker.
* **[9. Container Orchestration](./docs/09-orchestration.md)**
* Introduction to Docker Swarm and Kubernetes.
* **[10. Miscellaneous Topics](./docs/10-miscellaneous.md)**
* Other useful commands and concepts (Git, YAML, etc.).---
> **Author**: Padma
> **Learning Path**: From Analyst to AI-driven DevOps/Data Science 🚀