sha256:1c5c12e1528afa868e5a151b988c48382ba99f9b530922afc31276bf14b36e5a
Last pushed
over 1 year by jimclark106
Type
Compose
Manifest digest
sha256:1c5c12e1528afa868e5a151b988c48382ba99f9b530922afc31276bf14b36e5a
services:
mcp_docker:
image: mcp/docker
ports:
- 8811:8811
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "docker-prompts:/prompts"
command:
- serve
- --mcp
- --port
- "8811"
- --register
- github:docker/labs-ai-tools-for-devs?path=prompts/bootstrap.md
volumes:
docker-prompts:
external: true
docker compose -f oci://vonwig/mcp_docker:latest upUse the above command to pull and run the Compose file. Learn more.