docker
Installation
SKILL.md
Docker
Use this skill for Docker authoring, building, running, debugging, and hardening. Treat the installed Docker CLI and engine as the source of truth; flags and BuildKit features vary across versions.
Workflow
-
Detect the Docker context before acting. Check engine availability, version, and the active context:
docker version --format '{{.Server.Version}}' docker context ls