Document authentication persistence feature in README
- Add authentication persistence to features section - Update configuration section with claude-home directory - Clarify what files go where in the setup
This commit is contained in:
parent
dcc936dc10
commit
5b3db44eaa
20
README.md
20
README.md
@ -56,6 +56,11 @@ A Docker container setup for running Claude Code with full autonomous permission
|
|||||||
- Persistent across container sessions
|
- Persistent across container sessions
|
||||||
- Helps Claude remember project context
|
- Helps Claude remember project context
|
||||||
|
|
||||||
|
### 🔑 Authentication Persistence
|
||||||
|
- Login once, use forever - authentication tokens persist across sessions
|
||||||
|
- No need to re-authenticate every time you start claude-docker
|
||||||
|
- Credentials stored securely in `~/.claude-docker/claude-home`
|
||||||
|
|
||||||
### 🐳 Clean Environment
|
### 🐳 Clean Environment
|
||||||
- Each session runs in fresh Docker container
|
- Each session runs in fresh Docker container
|
||||||
- Container auto-removes on exit
|
- Container auto-removes on exit
|
||||||
@ -88,8 +93,13 @@ claude-docker/
|
|||||||
|
|
||||||
The setup creates `~/.claude-docker/` with:
|
The setup creates `~/.claude-docker/` with:
|
||||||
- `.env` - API keys and configuration
|
- `.env` - API keys and configuration
|
||||||
- `settings.json` - Claude Code settings with MCP
|
- `claude-home/` - Persistent Claude authentication and settings
|
||||||
- `CLAUDE.md` - Instructions for Claude behavior
|
- `config/` - MCP server configuration
|
||||||
|
|
||||||
|
Each project gets:
|
||||||
|
- `.claude/settings.json` - Claude Code settings with MCP
|
||||||
|
- `.claude/CLAUDE.md` - Instructions for Claude behavior
|
||||||
|
- `scratchpad.md` - Project context file
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
@ -99,10 +109,10 @@ The setup creates `~/.claude-docker/` with:
|
|||||||
|
|
||||||
## Next Steps
|
## Next Steps
|
||||||
|
|
||||||
**Phase 2 - Security & Persistence Enhancements:**
|
**Phase 2 - Security Enhancements:**
|
||||||
- Network firewall to whitelist only essential domains
|
- Network firewall to whitelist only essential domains
|
||||||
- Persistent shell history between sessions
|
- Shell history persistence between sessions
|
||||||
- Additional persistence features (npm cache, git config)
|
- Additional security features
|
||||||
|
|
||||||
## Repository
|
## Repository
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user