To truncate the logs of the Containers which grows lager 

It and see the how much it free space 

sudo find /var/lib/docker/containers/ -type f -name "*.log" -exec truncate -s 0 {} \;