Hacker News new | ask | show | jobs
by restrictedolly 337 days ago
How can I preserve the local configuration files I have with this container? (the custom slash commands, config.json etc)
1 comments

Mount them to the local filesystem, maybe even as read-only so Claude cannot modify them.

It actually makes bootstrapping the dev env so much easier too, basically just take a template .devcontainers and you're golden. After that just tell Claude what files you want to mount to the filesystem and restart