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

  1. Detect the Docker context before acting. Check engine availability, version, and the active context:

    docker version --format '{{.Server.Version}}'
    docker context ls
    
Installs
3
First Seen
Jun 23, 2026
docker — andreacovelli/my-skills