Skip to content

DockPodContainer ops panel + lite PaaS

Single binary. 30-second install. Point your repo, push your code, app goes live. Your AI can manage it too.

Quick Install

bash
curl -fsSL https://dockpod.io/install.sh | sh

See the Installation guide for manual setup, systemd, and firewall notes.

One Panel, Two Workflows

Ops / DevOps — already running containers on a VPS

You don't want to pay for another server, or install five containers just to get a management UI.

  • Full container/image/volume/network control
  • Live logs and live stats, no extra agent
  • Docker or Podman — same binary, same UI
  • Scheduled maintenance: prune, restart, auto-update

Vibe Coder — you generate code with AI, now you need it live

Claude or Cursor just wrote your app and a docker-compose.yml. You don't want to think about infrastructure.

  • Push to GitHub, point DockPod at the repo
  • Auto-detects compose vs Dockerfile
  • Webhook auto-deploy on every push
  • Tell Claude "deploy my app" — it just works

Your AI Already Knows How to Deploy It

DockPod runs a full Model Context Protocol server — Claude, Cursor, or any MCP client can inspect and manage containers directly from the conversation.

  1. "Build me a Laravel app with PostgreSQL" → your AI generates code + docker-compose.yml
  2. Push to GitHub → point DockPod at the repo → webhook auto-configured
  3. Tell Claude: "deploy my app" → MCP triggers the deploy, streams the logs, done

One config block, no server-side setup — works with Claude Desktop, Cursor, or Claude Code:

json
{
  "mcpServers": {
    "DockPod": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://your-server:8090/sse",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "Bearer dp_mcp_xxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

See the full MCP setup guide for Claude Code's native SSE support and the complete tool list.

Free Forever. Pro When You Need It.

No credit card, no trial countdown. Upgrade when you actually hit a limit.

FreePro — $49/year
Container/image/volume/network management✓, + live resource tuning
Paste & DeployUnlimitedUnlimited
Git Deployments3 projects, 5 builds of historyUnlimited, with rollback, live scaling & memory tuning
Database provisioning3 databasesUnlimited
NotificationsEmail+ Telegram, Slack, Discord
Scheduled tasks
Multi-user & audit log
MCP toolsRead-onlyFull action access

See the full pricing page for details, including the free Pro license for students and open source maintainers.

Released under a commercial-friendly freemium license.