devcontainers / devcontainers/spec
Status and Stop container, Destroy image
Open
- Dominant language
- No language data
- Stars
- 5.7k
- Forks
- 496
- PR merge metrics
- No merged PRs in 30d
Description
* Add a new command line option to return the status of the current dev container - if it's built as an image, running as a container, or stopped.
* Add a new command line option "down" to stop the current dev container. Verify it is running before attempting to stop it.
* Add a new command line option to destroy the previously built image. Verify that there is no container running that image and that the image exists before attempting to destroy it.
Contributor guide
Assessment
This issue has not been assessed yet.