【docker】删除docker中的运行日志

  docker inspect --format='{{.LogPath}}' 容器名称 |sudo  xargs -i rm {}

原文地址:https://www.cnblogs.com/xushuotec/p/11297481.html