diff --git a/usr/local/bin/docker_housekeeping b/usr/local/bin/docker_housekeeping index 94c33eb..7246926 100755 --- a/usr/local/bin/docker_housekeeping +++ b/usr/local/bin/docker_housekeeping @@ -11,4 +11,5 @@ echo "Doing docker housekeeping for containers, images and volumes"; yes | docker container prune yes | docker image prune -yes | docker volume prune \ No newline at end of file +yes | docker volume prune +yes | docker network prune \ No newline at end of file