full
This commit is contained in:
parent
2fae035a2f
commit
38e42c76a5
2
docker-cleaner/clean.sh
Normal file → Executable file
2
docker-cleaner/clean.sh
Normal file → Executable file
@ -1,5 +1,5 @@
|
||||
while true
|
||||
do
|
||||
docker image rm $(docker image ls -q) || true
|
||||
sleep(86400)
|
||||
sleep 86400
|
||||
done
|
Loading…
Reference in New Issue
Block a user