You can run docker inspect to get the path to the container log file. $ docker inspect CONTAINER_ID --format "{{.LogPath}}" /var/lib/docker/ ...
確定! 回上一頁