Sign inSign up

vonwig/mcp_docker:latest

Manifest digest

sha256:1c5c12e1528afa868e5a151b988c48382ba99f9b530922afc31276bf14b36e5a

Last pushed

over 1 year by jimclark106

Type

Compose

Manifest digest

sha256:1c5c12e1528afa868e5a151b988c48382ba99f9b530922afc31276bf14b36e5a

Compose file content

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 commands

docker compose -f oci://vonwig/mcp_docker:latest up

Use the above command to pull and run the Compose file. Learn more.

Images used

No images found
No images were found in the Compose file.