kevinMEH/code-container

236 stars · Last commit 2026-04-20

Safely run OpenCode, Codex, Claude Code with full permissions.

README preview

<p align="center">
  <img src="https://raw.githubusercontent.com/kevinMEH/code-container/main/.github/README/banner.png" alt="Banner" />
</p>

#### Code Container: Isolated Docker environment for your autonomous coding harness.

#### Simple. Lightweight. Secure.

## Quickstart

### Prerequisites

- **Docker** — [Docker Desktop](https://www.docker.com/products/docker-desktop/) or Docker Engine
- **A POSIX-Compatible System** — Linux, macOS, WSL

### Installation

1. `container` is available as a NPM package. To install, simply run:
    ```bash
    npm install -g code-container

View full repository on GitHub →