Gico
Members
-
Joined
-
Last visited
Solutions
-
Gico's post in Docker Log File Size Issue was marked as the answerSo after 3 years tolerating this issue and restarting the Docker service like every 3 days for a while in order to delete the log file,
I found the issue: /boot/config/docker.cfg had that line:
DOCKER_OPTS="-D --storage-driver=btrfs"
-D implied debug, so debug messages were written to the log. Removing the -D resolved the issue.