You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage: ../clear_docker_container_logs.sh [-c "<container>"]
By default, logs for all containers are cleared.
-c "<container>" Specific container(s) name or docker-compose service(s) name
Clear all docker logs
$ sudo ./clear_docker_container_logs.sh
Clear logs for all containers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I was able to release almost 100 Gb using this script. Thanks a lot!