Deploy To Docker banner
jpicklyk jpicklyk

Deploy To Docker

DevOps community

Description

--- description: Build Docker image and start/redeploy the MCP Task Orchestrator container, reusing the last-used config by default --- # Deploy to Docker Build the MCP Task Orchestrator Docker image and start (or redeploy) the detached HTTP container that the active `.mcp.json` connects to. The Dockerfile handles its own Gradle build internally — no local build step needed. On every deploy the command **detects the current container's settings and defaults to reusing them**, so you never hav

Installation

Installs to ~/.claude/commands/jpicklyk-task-orchestrator-deploy_to_docker.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jpicklyk/task-orchestrator/HEAD/.claude/commands/deploy_to_docker.md -o ~/.claude/commands/jpicklyk-task-orchestrator-deploy_to_docker.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository