docker-mcp.md

Docker MCP

from"docker"
1.6k

Docker container management and orchestration

Cloud Platforms
DockercontainersorchestrationDevOps
install.sh
# Clone the repository
$git clone https://github.com/docker/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve