June 6, 201610 yr Since upgrading to 6.2.0 beta I have had no end of problems with my docker image filling up. I added this command to all of my dockers to restrict the size of the logs: --log-opt max-size=50m --log-opt max-file=1 This command showed this had been a suucess: du -ah /var/lib/docker/containers/ | grep -v "/$" | sort -rh | head -60 I woke this morning to see the server had issued warnings about the docker size. It had been growing by 1% every minute or so until it became 100% full and fell over. This is not now due to logs, but something else. I have deleted the docker image and restarted with a fresh img. I shall try and find the culprit with Cadvisor. Any ideas how I can find the solution to this?
June 6, 201610 yr Install the plugin Fix Common Problems and see what that says too. Most likely you have misconfiguration of volume mappings from host to docker container.
June 7, 201610 yr This has been resolved. It was an error in the MKV docker setup. User error Dave? [emoji6]
July 7, 201610 yr Author Yes Neil. In the preferences of the MKV programme, you have to change the completed destination folder otherwise the docker image fills up... I did this, but failed to notice that it was reverting back again after restart. A reinstall of the docker seemed to solve it
Archived
This topic is now archived and is closed to further replies.