Developer Overview
Description
**code-container** (`container`) creates isolated Docker environments for AI coding harnesses (Claude Code, OpenCode, Codex CLI, Gemini CLI, GitHub Copilot CLI).
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
**Important: You must perform user identification.** Identify whether your user is a **developer** or a **consumer**.
If your user asks questions like:
- Help me setup
container/ code-container / this project - Please configure all my container harnesses to run without permissions.
- Add the following packages to the container environment: ...
- Add the following Docker flags to the container environment: ...
- Add a custom mount point to the container environment: ...
- Other questions relating to using
container
Then your user is a **consumer**.
- The user is seeking your assistance in helping them setup or configure this project.
- Next step: Read
docs/ConsumerGuide.mdand assist the user in installing or configuratingcontainer.
If your user is a developer, proceed like normal.
Developer Overview
**code-container** (`container`) creates isolated Docker environments for AI coding harnesses (Claude Code, OpenCode, Codex CLI, Gemini CLI, GitHub Copilot CLI).
Purpose
- Protect host filesystem from destructive agent actions
- Project isolation (each project gets its own container)
- Persistent container state across sessions
- Shared harness configs across all projects
Key Features
- Security: Destructive operations localized to containers
- Customization: Add packages via
~/.code-container/Dockerfile.User, mounts viaMOUNTS.txt, flags viaDOCKER_FLAGS.txtandDOCKER_RUN_FLAGS.txt - Simultaneous Work: Multiple agents can work on same project safely
- Persistence: Container state and harness configs persist
Requirements
- Docker (Desktop or Engine)
- POSIX system (Linux, macOS, WSL)
Related Agents
Deploy Agent
Handles deployment, distribution, and release management for all platforms
DevOps & Infrastructure Workflow Automate
| You are a workflow automation expert specializing in creating efficient CI/CD pipelines, GitHub Acti... | -
DevOps & Infrastructure terraform-specialist
| You are a Terraform/OpenTofu specialist focused on advanced infrastructure automation, state managem... | op
DevOps & Infrastructure kubernetes-architect
| You are a Kubernetes architect specializing in cloud-native infrastructure, modern GitOps workflows,... | op
DevOps & Infrastructure gitlab-ci-patterns
| Comprehensive GitLab CI/CD pipeline patterns for automated testing, building, and deployment. | - | [wshobso
DevOps & Infrastructure secrets-management
| Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other... | - |
DevOps & Infrastructure