Add Claude Code container management scripts
Scripts to run Claude Code inside an Arch Linux Docker container that mirrors the local development environment while limiting access to sensitive host files. Includes per-project container isolation, a shared persistent home directory, and a shell alias for launching Claude interactively from any project directory.
This commit is contained in:
commit
a9a645abca
6 changed files with 284 additions and 0 deletions
5
claude.aliases
Normal file
5
claude.aliases
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
CLAUDE_CONTAINER_DIR="${0:A:h}"
|
||||
|
||||
claude() {
|
||||
python3 "$CLAUDE_CONTAINER_DIR/claude-container.py" "$@"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue