docker
Installation
SKILL.md
docker
Best practices for Docker and Docker Compose based on nv-gcp-template (mise-app-template) conventions. Covers multi-stage builds with mise, cross-platform Docker Compose (Mac / Linux / WSL2), dev containers, and GCP Artifact Registry.
When to load recipes
| You are working on... | Load recipe |
|---|---|
| Running mise inside Docker (base images, tool installation) | references/recipes/mise-in-docker.md |
| Multi-stage builds (base + production image) | references/recipes/multi-stage.md |
| Docker Compose service composition | references/recipes/compose.md |
| Cross-platform compatibility (Mac / Linux / WSL2) | references/recipes/cross-platform.md |
| Pushing to GCP Artifact Registry or deploying to Cloud Run | references/recipes/gcp-registry.md |