this post was submitted on 20 May 2026
2 points (75.0% liked)

Zed

329 readers
3 users here now

An unofficial community for news and discussion about the Zed Code Editor.

Zed is open source.

Links

founded 2 years ago
MODERATORS
 

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.)

top 2 comments
sorted by: hot top controversial new old
[โ€“] lascapi@jlai.lu 1 points 2 months ago (1 children)

Hi, for me I would say continue to run.

I see the IDE like a front for docker-cli.

[โ€“] scottslowe@fosstodon.org 1 points 2 months ago

@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.