# Empty Docker Containers Logs From Host

By default, docker containers logs are empty automatically and grow up on the HDD.

If you do not configure limits, this emergengy tips offer you a exit door when the host HDD is full.

Open a terminal and run the following command:

find /path-to-container -type f -name "*.log" -delete

where /path-to-container is by default /var/lib/docker/containers/