devcontainer: current project overview and operations #59187
mathroc
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Body
What are you proposing?
When working on a dev container project, I'd like to be able to see its status (running containers, their logs, etc.) and be able to do some operations on them (eg: stop service, rebuild after config changes, etc.)
Why does this matter?
the workarounds take more times and aren't trivial, eg:
currently the easiest way to update a devcontainer is to delete all its containers and make Zed recreate the dev container project
finding the logs means finding the appropriate container with
docker psbut there could be a lot of containers from other project and then doingdocker logs ...Are there any examples or context?
https://code.visualstudio.com/docs/devcontainers/containers#_managing-containers
Beta Was this translation helpful? Give feedback.
All reactions