Back to Skills Marketplace
Skill pack
Docker MCP
Comprehensive Docker container, image, volume, network, system, and Compose tools for agentic mode.
How to use it
- Open Kendr Desktop.
- Go to Skills, then Marketplace.
- Search for Docker MCP or docker.
- Install the pack, then enable the pack or individual skills you want available in agentic mode.
Kendr Desktop compares the installed version with the hosted catalog version and offers an update when this pack changes.
Install source
Use this hosted archive when installing or updating the pack from Kendr Desktop.
https://kendr.org/api/skills/packs/docker/archive
Docker Operations
Inspect and operate Docker containers, images, volumes, networks, system cleanup, and Compose projects with approval-gated actions.
Docker Operations
Use the Docker MCP tools when the user asks about local containers, images, volumes, networks, Docker disk usage, Compose stacks, or container runtime state.
Prefer read-only inspection first:
- check
docker.docker_infoordocker.docker_versionfor Docker availability/version questions - list containers before inspecting a specific container
- list images before drawing conclusions about available tags or sizes
- list volumes or networks before removing or inspecting a named resource
- use logs/stats/inspect tools before changing runtime state
- use system disk usage when the user asks about Docker storage pressure
For action requests:
- use the narrowest matching tool: start/stop/restart/pause/unpause/kill/remove/rename/run/exec containers; pull/remove/tag/build/push images; create/remove volumes and networks; prune only the requested resource class; use Compose tools for Compose projects
- target exact container, image, volume, network, service, or project names returned by Docker or explicitly provided by the user
- avoid broad cleanup tools such as
docker.prune_systemunless the user explicitly asks for cleanup/prune - use Docker Compose tools only when the request refers to a Compose project or the user gives a project directory
- do not ask the user to type approve or confirm; let Kendr's approval checkpoint collect the approve or reject decision
Do not propose destructive Docker actions unless the user explicitly asks for a change.