Docker Workflows Skill When to Activate Activate this skill when: - Creating Dockerfiles for applications - Setting up docker-compose environments - Containerizing Python/UV projects - Configuring multi-stage builds - Managing container secrets Quick Commands Basic Dockerfile (Python/UV) Multi-Stage Build (Production) .dockerignore Docker Compose (App + Database) Compose Commands Layer Caching Best Practice Security Essentials Runtime Secrets Volume Types Debugging Common Issues Container exits immediately Can't connect to container Out of disk space Related Resources See for complete documen…