zlacker

[return to "Coding Agent VMs on NixOS with Microvm.nix"]
1. NJL300+vzb[view] [source] 2026-02-04 17:42:17
>>secure+(OP)
A pair of containers felt a bit cheaper than a VM:

https://github.com/5L-Labs/amp_in_a_box

I was going to add Gemini / OpenCode Kilo next.

There is some upfront cost to define what endpoints to map inside, but it definitely adds a veneer of preventing the crazy…

◧◩
2. phroto+gOb[view] [source] 2026-02-04 18:40:40
>>NJL300+vzb
One problem with using containers as an isolation environment for a coding assistant is that it becomes challenging to have the agent work on a containerized project. You often need some janky "docker-in-docker" nonsense that hampers efforts.
◧◩◪
3. indigo+R1d[view] [source] 2026-02-05 01:37:05
>>phroto+gOb
I like using LXC containers, eg full persistent OS and you can do docker if you want etc. I started this and it works well for me to put on a server or VPS:

https://github.com/jgbrwn/vibebin

[go to top]