From developing-with-docker-plugin
Debugging-first guidance for professional Docker development across CLI, Compose, Docker Desktop, and Rancher Desktop. Use when asked to "debug Docker", "troubleshoot containers", "fix Docker networking", "resolve volume permissions", or "Docker Compose issues", and when explaining cross-platform runtime behavior (Linux, macOS, Windows/WSL2) or Docker runtime architecture.
npx claudepluginhub spillwavesolutions/developing-with-docker-agentic-skillThis skill uses the workspace's default tool permissions.
Provide deterministic, debugging-first guidance for Docker CLI and Compose, focusing on root causes that vary by platform and runtime. Prefer concise, actionable checks and commands, and reference the corpus for deeper explanations.
Diagnoses Docker container failures, networking issues, permissions errors, port conflicts, data persistence problems, and health checks using docker compose logs, inspect, and targeted fixes.
Provides platform-specific Docker guidance for Windows file paths, Linux daemon configs, SELinux/AppArmor, and macOS considerations. Useful for cross-platform Docker setups.
Guides Docker usage: debugging container failures, writing Dockerfiles, docker-compose for integration tests, image optimization, volumes, multi-stage builds, and deployments.
Share bugs, ideas, or general feedback.
Provide deterministic, debugging-first guidance for Docker CLI and Compose, focusing on root causes that vary by platform and runtime. Prefer concise, actionable checks and commands, and reference the corpus for deeper explanations.
references/guide-foundations.mdreferences/guide-installation-connectivity.mdreferences/guide-cli-debugging.mdreferences/guide-advanced-debugging.mdreferences/guide-networking-compose-ops.mddocker context ls and current context.docker inspect --format queries for exit codes, mounts, log path, and PID.exec in entrypoint scripts.host.docker.internal, localhost vs 0.0.0.0, Desktop proxying.docker context lsdocker inspect --format (exit code, mounts, PID)Example Output:
references/guide-foundations.mdreferences/guide-installation-connectivity.mdreferences/guide-cli-debugging.mdreferences/guide-advanced-debugging.mdreferences/guide-networking-compose-ops.mdreferences/guide-rancher-migration.md