mirror of https://github.com/docker/docs.git
Update index.md
This commit is contained in:
parent
670a052b52
commit
a887def492
|
@ -186,8 +186,8 @@ Run `sudo systemctl daemon-reload` before attempting to start Docker. If Docker
|
|||
successfully, it is now listening on the IP address specified in the `hosts` key of the
|
||||
`daemon.json` instead of a socket.
|
||||
|
||||
> **Important**: Setting `hosts` in the `daemon.json` is not supported on Docker for Windows
|
||||
> or Docker for Mac.
|
||||
> **Important**: Setting `hosts` in the `daemon.json` is not supported on Docker Desktop for Windows
|
||||
> or Docker Desktop for Mac.
|
||||
{:.important}
|
||||
|
||||
|
||||
|
@ -291,8 +291,8 @@ The Docker daemon log can be viewed by using one of the following methods:
|
|||
Linux systems
|
||||
- By running `Get-EventLog -LogName Application -Source Docker -After (Get-Date).AddMinutes(-5) | Sort-Object Time | Export-CSV ~/last5minutes.CSV` on Docker EE for Windows Server
|
||||
|
||||
> **Note**: It is not possible to manually generate a stack trace on Docker for
|
||||
> Mac or Docker for Windows. However, you can click the Docker taskbar icon and
|
||||
> **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
|
||||
> choose **Diagnose and feedback** to send information to Docker if you run into
|
||||
> issues.
|
||||
|
||||
|
|
Loading…
Reference in New Issue