Skip to content

Commit

Permalink
Reference LOCALAPPDATA variable on windows (#17526)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartens authored Jul 26, 2023
1 parent 1c5342b commit ea2aa6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/daemon/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,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\Local\Docker\log\vm\dockerd.log` |
| Windows (WSL2) (`containerd` logs) | `AppData\Local\Docker\log\vm\containerd.log` |
| Windows (WSL2) (`dockerd` logs) | `%LOCALAPPDATA%\Docker\log\vm\dockerd.log` |
| Windows (WSL2) (`containerd` logs) | `%LOCALAPPDATA%\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`
Expand Down

0 comments on commit ea2aa6c

Please sign in to comment.