fix: update log path on Windows

This commit is contained in:
David Karlsson 2022-11-07 10:09:17 +01:00
parent 79fc8d6ddc
commit b89d2395ca
1 changed files with 2 additions and 2 deletions

View File

@ -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`