This skill should be used when the user needs help with docker CLI commands, flags, and troubleshooting.
Compact command reference for docker v29.2.0.
docker commandsCommand Groups:
builder, buildx, compose, container, context, image, manifest, mcp, network, plugin, swarm, system, volume
Standalone Commands:
, , , , , , , , , , , , , , , , , , , , , , , ,
... +16 more in
Command format examples: , ,
attachbakebuildcommitcpcreatediffeventsexecexporthistoryimagesimportinfoinspectkillloadloginlogoutlogspauseportpspullpushreferences/commands.mddocker swarmdocker attachdocker bake| Flag | Short | Type | Description |
|---|---|---|---|
--config | `` | string | Location of client config files (default |
--context | -c | string | Name of the context to use to connect to the |
--debug | -D | bool | Enable debug mode |
--host | -H | string | Daemon socket to connect to |
--log-level | -l | string | Set the logging level ("debug", "info", |
--tls | `` | bool | Use TLS; implied by --tlsverify |
--tlscacert | `` | string | Trust certs signed only by this CA (default |
--tlscert | `` | string | Path to TLS certificate file (default |
--tlskey | `` | string | Path to TLS key file (default |
--tlsverify | `` | bool | Use TLS and verify the remote |
--version | -v | bool | Print version information and quit |
docker mcp catalog add my-catalog github-server ./github-catalog.yaml
docker mcp catalog add my-catalog slack-bot ./team-catalog.yaml --force
docker mcp catalog create dev-servers
docker mcp catalog create prod-monitoring
docker mcp catalog fork docker-mcp my-custom-docker
docker mcp catalog fork team-servers my-servers
docker mcp catalog import https://example.com/my-catalog.yaml
docker mcp catalog import ./shared-catalog.yaml
docker mcp catalog ls
docker mcp catalog ls --format=json
references/commands.mdreferences/examples.mdAfter a CLI update, run /scan-cli or execute crawler + generator again.