Install
openclaw skills install dockerDocker containers, images, Compose stacks, networking, volumes, debugging, production hardening, and the commands that keep real environments stable. Use when (1) the task touches Docker, Dockerfiles, images, containers, or Compose; (2) build reliability, runtime behavior, logs, ports, volumes, or security matter; (3) the agent needs Docker guidance and should apply it by default.
openclaw skills install dockerUse when the task involves Docker, Dockerfiles, container builds, Compose, image publishing, networking, volumes, logs, debugging, or production container operations. This skill is stateless and should be applied directly whenever Docker work appears.
| Topic | File |
|---|---|
| Essential commands | commands.md |
| Dockerfile patterns | images.md |
| Compose orchestration | compose.md |
| Networking & volumes | infrastructure.md |
| Security hardening | security.md |
python:3.11.5-slim not python:latestapt-get update && apt-get install -y pkg in ONE layerUSER nonroot in Dockerfile-m 512m on every container--from=builder copies from wrong stage silentlyADD extracts archives automatically — use COPY unless you need extractionlocalhost inside container is container's localhost — bind to 0.0.0.0docker inspect --format='{{.State.ExitCode}}'docker cp files out or use debug sidecar0.0.0.0 — use 127.0.0.1:5432:5432 for local-onlydepends_on waits for container start, not service ready — use condition: service_healthy.env file in wrong directory silently ignored — must be next to docker-compose.ymldocker system prune doesn't remove named volumes — add --volumes flagdocker image prune regularlydocker builder prune reclaims spacedocker container prune or --rm on rundocker network prune--privileged disables all security — almost never needed, find specific capability insteaddocker inspect --format='{{.State.ExitCode}}'docker logs <container>docker cp files out or use debug sidecardocker cp deadcontainer:/path ./localInstall with clawhub install <slug> if user confirms:
devops — deployment pipelineslinux — host system managementserver — server administrationclawhub star dockerclawhub sync