Skip to content

Commit 53a864e

Browse files
committed
Adding comment to docker-cleanup.sh
1 parent 4de562f commit 53a864e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-cleanup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
#!/usr/bin/env bash
22

3+
#
4+
# This cleans up runtime images that have exited and prevents accumulating
5+
# a lot of docker image bloat on your local system
6+
#
37
docker rm $(docker ps -qaf status=exited)

0 commit comments

Comments
 (0)