Skip to main content
Glama

docker-mcp

by QuantGeekDev

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/QuantGeekDev/docker-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server