Current version: 0.2.0 | Claude Code docs
Usage
"features": {
"ghcr.io/devopsbuildingblocks/devcontainer-features/claude:0": {}
}
With options:
"ghcr.io/devopsbuildingblocks/devcontainer-features/claude:0": {
"version": "1.5.0"
}
Options
| Option | Type | Default | Description |
|---|---|---|---|
version | string | latest | Claude Code version to install |
What’s included
claude-codeCLI installed viadevbox globalanthropic.claude-codeVS Code extension~/.claudeand~/.claude.jsonsymlinked to a persistent Docker volume
Config persistence
Claude Code stores its configuration, authentication, and conversation history in ~/.claude. This feature mounts a named Docker volume at /mnt/devcontainer-features/claude and symlinks ~/.claude there via a postCreateCommand script. Your Claude auth and settings survive container rebuilds without needing to re-authenticate each time.