Quick clear all docker logs
Published on 26.10.2015
Docker keep all stdout in -json.log files and there is quick way to clear them if they are not added in
logrotate
already.
truncate -s 0 /var/lib/docker/containers/*/*-json.log