Skip to content

rpoetrap/coder-claude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

coder-claude

A code-server Docker image with the Claude Code CLI pre-installed.

What's inside

  • codercom/code-server:4.114.1 — browser-based VS Code
  • claude CLI 2.1.109 — installed via the official install script
  • nvm 0.40.3 — Node.js version manager with LTS pre-installed
  • Persistent Claude config — ~/.claude.json is symlinked to a backups directory so settings survive container recreation

Usage

docker pull ghcr.io/rpoetrap/coder-claude:<tag>

docker run -d \
  -p 8080:8080 \
  -v "$HOME/.config:/home/coder/.config" \
  -v "$PWD:/home/coder/project" \
  ghcr.io/rpoetrap/coder-claude:<tag>

Then open http://localhost:8080 in your browser.

Publishing

Images are built and pushed to GitHub Container Registry automatically when a tag is pushed:

git tag v1.0.0
git push origin v1.0.0

Supported platforms: linux/amd64, linux/arm64.

About

VS Code and Claude in the browser

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors