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.)
2 Comments
lascapi@jlai.lu · 1 pts · 94d
Hi, for me I would say continue to run.
I see the IDE like a front for docker-cli.
scottslowe@fosstodon.org · 1 pts · 93d
@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.