Commit 089bb18
committed
feat: implement devcontainer stop and down commands
- Add 'devcontainer stop' command to stop running containers
- Add 'devcontainer down' command to stop and remove containers
- Support --all flag to target all devcontainers
- Support --workspace-folder to target specific workspace
- Support --id-label for custom label filtering
- Support --remove-volumes for down command
- Update README.md to mark both commands as completed
- Handle both single container and Docker Compose configurations1 parent f9e3acd commit 089bb18
2 files changed
+383
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments