claude-docker
Description
Containerized drop-in replacement for Claude Code - run worry-free in `--dangerously-skip-permissions` mode with complete isolation. Pre-configured MCP servers, host GPU access, conda environment mounting, and modular plugin system for effortless customization.
Installation
claude install-skill https://github.com/VishalJ99/claude-docker README
Claude Docker
Containerized drop-in replacement for Claude Code - run worry-free in `--dangerously-skip-permissions` mode with complete isolation. Pre-configured MCP servers, host GPU access, conda environment mounting, and modular plugin system for effortless customization.
Prerequisites
**Required:**
- undefined
**Everything else is optional** - the container runs fine without any additional setup.
Quick Start
# 1. Clone and enter directory
git clone https://github.com/VishalJ99/claude-docker.git
cd claude-docker
# 2. Setup environment (completely optional - skip if you don't need custom config)
cp .env.example .env
nano .env # Add any optional configs
# 3. Install (use sudo for GPU support)
sudo ./src/install.sh # Or just ./src/install.sh without GPU
# 4. Run from any project
cd ~/your-project
claude-docker
**That's it!** Claude runs in an isolated Docker container with access to your project directory.
Installer notes:
- undefined
Command Line Reference
Basic Usage
claude-docker # Start Claude in current directory
claude-docker --podman # Use podman instead of docker
claude-docker --continue # Resume previous conversation
claude-docker --rebuild # Force rebuild Docker image
claude-docker --rebuild --no-cache # Rebuild without using cache
claude-docker --memory 8g # Set container memory limit
claude-docker --gpus all # Enable GPU access (requires nvidia-docker)
claude-docker --cc-version 2.0.64 # Install specific Claude Code version
Available Flags
| Flag | Description | Example |
|---|
...
Related Skills
AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architecture patterns
DevOps community Composio AWS S3
Manage AWS S3 buckets and objects
DevOps community Composio Vercel
Manage Vercel deployments and projects
DevOps community Composio Railway
Deploy and manage Railway applications
DevOps community Composio Render
Deploy and manage Render services
DevOps community Composio Firebase
Manage Firebase projects and services
DevOps community