Update log location for Ubuntu 16.04+ and CentOS

Update log location for Ubuntu 16.04+ and CentOS
Add the /var/log/syslog
This commit is contained in:
Magno Logan 2020-06-23 16:12:41 -04:00 committed by GitHub
parent 9193473df5
commit 294883b1d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ subsystem used:
|:----------------------|:-----------------------------------------------------------------------------------------|
| RHEL, Oracle Linux | `/var/log/messages` |
| Debian | `/var/log/daemon.log` |
| Ubuntu 16.04+, CentOS | Use the command `journalctl -u docker.service` |
| Ubuntu 16.04+, CentOS | Use the command `journalctl -u docker.service` or `/var/log/syslog` |
| Ubuntu 14.10- | `/var/log/upstart/docker.log` |
| macOS (Docker 18.01+) | `~/Library/Containers/com.docker.docker/Data/vms/0/console-ring` |
| macOS (Docker <18.01) | `~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/console-ring` |