There may be some situations when one of the Faspex5 docker container logs get filled. This article shows how to clear the Faspex5 container logs.
1. Check the docker host machine storage.
df -h
Check if any partition is fully utilized. In the screenshot below, we can see that the / partition is 100% used.
2. Get which docker log file is occupying the most space.
sudo sh -c "du -ch /var/lib/docker/containers/*/*-json.log" |