Skip to content

Commit 1b3c0cb

Browse files
committed
simplify, since we stop containers all this is true
1 parent 8bc3277 commit 1b3c0cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dogfood/coder/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ resource "coder_agent" "dev" {
378378
#
379379
# WARNING! This will remove:
380380
# - all containers
381-
# - all networks not used by at least one container
382-
# - all images without at least one container associated to them
381+
# - all networks
382+
# - all images
383383
# - all build cache
384384
docker ps -q | xargs docker stop
385385
docker system prune -a

0 commit comments

Comments
 (0)