清除docker日志

docker ps -a

docker inspect container_ID   | grep json.log

cat /dev/null > /var/log/......log-json.log

你可能感兴趣的:(kubernetes,docker)