Question for #devcontainer experts: should the container stop when you exit the editor/IDE? Or when you close the project in the editor/IDE? Or neither, and it just stays running? (If it matters, I’m using @zed.)
Question for #devcontainer experts: should the container stop when you exit the editor/IDE? Or when you close the project in the editor/IDE? Or neither, and it just stays running? (If it matters, I’m using @zed.)
Hi, for me I would say continue to run.
I see the IDE like a front for docker-cli.
@lascapi I guess that would be fine, now that I think about it; in theory, the Devcontainer should take up little to no resources when running.