Skip to content

artyom/cccp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Containerized Claude Code Package

The Dockerfile in this repository builds a container image that can be used to run Claude Code isolated from the main system, and backed by AWS Bedrock.

Primarily intended to be run on macOS via Apple's container tool.

Usage

Example call:

container run --rm -it \
	-e AWS_BEARER_TOKEN_BEDROCK=$(bedrock-api-key) \
	-v ${PWD}:/home/ubuntu/code \
	ghcr.io/artyom/cccp:latest

Note that:

  • it depends on https://github.com/artyom/bedrock-api-key to generate a short-term Amazon Bedrock API key;
  • it assumes you're mounting the current directory inside the VM where Claude Code is running, Claude Code will have write access to files in that directory and may modify them.

When the VM starts, navigate to the code subdirectory where your original directory is mounted and launch Claude Code:

$ cd code
$ claude

For more details see:

About

Containerized Claude Code Package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages