原始内容
Docker Container MCP Server 🛠
An MCP (Model Context Protocol) server for creating Docker containers.
Features 💡
- Create a container from a specific Docker image.
- Get the status of a container.
Tools 📌
create_container
Purpose:
- Creates a Docker container from a specified image.
Parameters:
- image: Specifies which image will be used to create the container.
Resources 📌
Container Status
- Inspect the status of a container.
Requirements 🔭
- Docker Engine: Ensure Docker is installed and running on your machine.