mirror of https://github.com/docker/docs.git
removing enterprise section
This commit is contained in:
parent
f819435149
commit
b69d9b20e7
|
@ -291,7 +291,6 @@ The Docker daemon log can be viewed by using one of the following methods:
|
|||
- By running `journalctl -u docker.service` on Linux systems using `systemctl`
|
||||
- `/var/log/messages`, `/var/log/daemon.log`, or `/var/log/docker.log` on older
|
||||
Linux systems
|
||||
- By running `Get-EventLog -LogName Application -Source Docker -After (Get-Date).AddMinutes(-5) | Sort-Object Time | Export-CSV ~/last5minutes.CSV` on Docker Engine - Enterprise for Windows Server
|
||||
|
||||
> **Note**: It is not possible to manually generate a stack trace on Docker Desktop for
|
||||
> Mac or Docker Desktop for Windows. However, you can click the Docker taskbar icon and
|
||||
|
|
Loading…
Reference in New Issue