docker-mcp

create-container

Deploy a standalone Docker container by specifying the image, name, environment variables, and ports. Simplify container creation with structured inputs for efficient management.

Instructions

Create a new standalone Docker container

Input Schema

NameRequiredDescriptionDefault
environmentNo
imageYes
nameNo
portsNo

Input Schema (JSON Schema)

{ "properties": { "environment": { "additionalProperties": { "type": "string" }, "type": "object" }, "image": { "type": "string" }, "name": { "type": "string" }, "ports": { "additionalProperties": { "type": "string" }, "type": "object" } }, "required": [ "image" ], "type": "object" }

You must be authenticated.

Other Tools from docker-mcp

Related Tools

ID: 8tdzip0z5a