Docker log (driver json-file) location for Docker for windows
问题 I want to locate a container's log location. I use Docker Desktop for Windows I know that on linux they are at /var/lib/docker/containers/ But where is it. Is it hidden away somewhere in an inaccessible VM? 回答1: On windows you can find the containers logs inside: C:\ProgramData\docker\containers\[Your_container_ID]\[Your_container_ID]-json.log 回答2: For windows , the container storage is the Hyper V's virtual Hard disk.You would have to connect to that hard disk to get the container logs. See