Docker
This section covers Docker usage, image building, containerized development, and deployment — serving as a专题 entry point under the DevOps category.
- Dockerfile authoring and image size control
- Compose-based local development environments
- Build caching, environment variables, and multi-stage builds
- Container logging, networking, volumes, and debugging
Planned Notes
Section titled “Planned Notes”- Dockerfile template for Node.js projects
- Docker Compose local service orchestration
- Multi-stage builds and cache optimization
- In-container networking and log troubleshooting