logoalt Hacker News

navigate8310today at 7:24 AM3 repliesview on HN

I just made my own devcontainer that I copy on any project and load whatever harness I want in that repo. Harnesss' config and auth are simply mounted from the host, so no setup required at all.

https://github.com/iodize6399/ai-devcontainer/tree/main/.dev...


Replies

cvaktoday at 11:05 AM

yeah, I actually just re-use claude-code .devcontainer: https://github.com/anthropics/claude-code/tree/main/.devcont...

I especially like the firewall it has.

anentropictoday at 10:09 AM

Yeah I also recently started using devcontainers for this

I quite like the 'features' layer system, adding extra tools to container in a declarative plugin-like way

Being able to 'safely' run with skip permissions has been a gamechanger

ai_fry_ur_braintoday at 7:52 AM

[dead]