8 ms·
I use DevPod [1] to run Claude Code within Docker-based dev container environments, and it's been fairly seamless. It lets me run environments locally and focus
by ubj 1y ago
I use DevPod [1] to run Claude Code within Docker-based dev container environments, and it's been fairly seamless. It lets me run environments locally and focus Claude's context on just the repo I want it to work on.
[1]: https://devpod.sh/ https://devpod.sh/
- thelittleone 1y agoInteresting. Works with claude max or API only?
- ubj 1y agoI use Claude Max with it. Haven't personally tried the API yet.
- indigodaddy 1y agoBluefin distro is container/isolation oriented (sort of required given the immutable nature and not wanting to do too much layering) and includes a lot of options to implement a dev environment, including devpod and distrobox/toolbox. https://docs.projectbluefin.io/bluefin-dx/ https://docs.projectbluefin.io/bluefin-dx/ Another idea is to develop in a KASM rootless docker workspace, where distrobox/toolbx can also be at your disposal. KASM workspaces are accessible thru the web, so you can work from anywhere. The immutable nature of ideas like Bluefin and KASM encourage the user to use brew for package management, which would stay persistent under /home/linuxbrew https://hub.docker.com/r/linuxserver/kasm https://hub.docker.com/r/linuxserver/kasm https://kasmweb.com/docs/latest/how_to/docker_in_kasm.html https://kasmweb.com/docs/latest/how_to/docker_in_kasm.html https://gist.github.com/jgbrwn/28645fcf4ac5a4176f715a6f9b1702ab https://gist.github.com/jgbrwn/28645fcf4ac5a4176f715a6f9b170...