Expected behavior
All events written by Docker to the Windows Event Log have correct Message descriptions. (ie DOcker is registered as a message provider and provides message formatters for the messages).
Actual behavior
Docker has not registered itself to handle it’s own events leading to even entries like the following:
The description for Event ID 0 from source Docker.exe cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
Socket.Datagram.input 178.79.160.57:123: shutting down listening thread
Information
windows 10 pro 10586.318
Docker version 1.11.1, build 5604cbe
- page URL if this is a docs issue or the name of a man page
HOWTO: https://msdn.microsoft.com/en-us/library/aa363669(VS.85).aspx
Steps to reproduce the behavior
- install Docker (enter your trial key etc etc.
- restart windows and log in a few times…
- check the windows event log (eventvwr) (application log -> source = “docker.exe”