mirror of https://github.com/docker/docs.git
fix: update log path on Windows
This commit is contained in:
parent
79fc8d6ddc
commit
b89d2395ca
|
@ -229,8 +229,8 @@ subsystem used:
|
|||
| Linux | Use the command `journalctl -xu docker.service` (or read `/var/log/syslog` or `/var/log/messages`, depending on your Linux Distribution) |
|
||||
| macOS (`dockerd` logs) | `~/Library/Containers/com.docker.docker/Data/log/vm/dockerd.log` |
|
||||
| macOS (`containerd` logs) | `~/Library/Containers/com.docker.docker/Data/log/vm/containerd.log` |
|
||||
| Windows (WSL2) (`dockerd` logs) | `AppData\Roaming\Docker\log\vm\dockerd.log` |
|
||||
| Windows (WSL2) (`containerd` logs) | `AppData\Roaming\Docker\log\vm\containerd.log` |
|
||||
| Windows (WSL2) (`dockerd` logs) | `AppData\Local\Docker\log\vm\dockerd.log` |
|
||||
| Windows (WSL2) (`containerd` logs) | `AppData\Local\Docker\log\vm\containerd.log` |
|
||||
| Windows (Windows containers) | Logs are in the Windows Event Log |
|
||||
|
||||
To view the `dockerd` logs on macOS, open a terminal Window, and use the `tail`
|
||||
|
|
Loading…
Reference in New Issue