Project

agentbox

active

Docker sandbox for coding agents — preinstalled runtimes, opt-in services, DinD.

Overview

Agentbox is a Debian Trixie container with Copilot CLI, Claude, Codex, and Pi preinstalled alongside git, gh, bun, uv, and brew.

It provides Docker, ssh, and a GUI image with RDP (disabled by default, enabled via env vars) and an XFCE desktop environment, as well as a workspace skeleton with SKILL.md templates to help coding harnesses feel at home.

How it works

The entrypoint checks ENABLE_DOCKER, ENABLE_SSH, and ENABLE_RDP and starts only what you asked for — all three default to off. The agent user gets passwordless sudo, and the workspace skeleton at /home/agent/workspace-skel copies into /workspace on first use without overwriting files.

Features
🤖
Agents preinstalled

Copilot CLI, Claude, Codex, Pi baked in. Toad, OpenCode and Gemini via make targets.

🔒
Opt-in services

Docker, SSH, RDP all off by default. Enable explicitly.

🖥
CLI and GUI images

:latest is headless. :gui adds XFCE, XRDP, VS Code.

📘
Workspace skeleton

SKILL.md templates without overwriting existing files.

🐳
Docker-in-Docker

Run privileged and agents get their own Docker daemon.

Architecture
Agent CLIs copilot · codex · pi claude · toad Dev tools git · gh · bun · uv brew · make Opt-in services Docker-in-Docker SSH · RDP + XFCE Debian Trixie container agent user · passwordless sudo /workspace bind mount · SKILL.md skeleton container isolation boundary · host mounts /workspace only
Posts