Daniel Deusing
Results
2
comments of
Daniel Deusing
trafficstars
Great question, I struggled with this too. Making `~/.claude.json` persist on host also did not do the trick for me. It stored auth, when I restart/rebuild container, it mounts it,...
> bwrap --bind / / --dev /dev \ > --ro-bind "$HOME" "$HOME" \ > --bind "$HOME/.claude" "$HOME/.claude" \ > --bind "$HOME/.claude.json" "$HOME/.claude.json" \ > --bind "$XDG_CACHE_HOME" "$XDG_CACHE_HOME" \ > --bind...