gitmyhub

docker_practice

Go ★ 26k updated 23h ago

最新Docker容器技术,从真实案例中学习最佳实践!| Learn and understand Docker&Container technologies, with real DevOps practice!

A free, comprehensive Chinese-language online book that teaches Docker container technology from beginner basics to advanced production deployment, covering Kubernetes, CI/CD pipelines, and security.

DockerKubernetesDocker Composesetup: easycomplexity 1/5

This is a comprehensive, free online book titled "Docker from Introduction to Practice" — a Chinese-language guide covering Docker and container technology from beginner basics all the way to advanced production deployment. Docker is the industry-standard tool for packaging applications into "containers" — self-contained, portable bundles that run consistently regardless of what computer or server they're on.

The book is aimed at Chinese-speaking developers and IT professionals at all levels: new operations staff learning the basics, application developers who want to containerize and deploy their apps, DevOps engineers (people who bridge development and infrastructure) automating deployment pipelines, and architects designing large-scale container infrastructure.

The content is structured progressively: early chapters cover Docker fundamentals — what images and containers are, how to pull and run them, basic commands. Middle chapters go into writing Dockerfiles (the recipe files that describe how to build a container), managing networks and storage, and using Docker Compose to run multi-container applications. Advanced chapters cover Kubernetes (the system used for managing thousands of containers at enterprise scale), security, monitoring, and CI/CD (automated build and deployment pipelines).

The book is available to read for free online via GitBook, and PDF versions can be downloaded. It's kept current — based on Docker Engine v29 — and has accumulated over 26,000 GitHub stars, making it one of the most popular Docker learning resources in the Chinese developer community. The content is free to share and adapt for non-commercial purposes.

Where it fits