mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
57aef3b490
This adds support for Windows dockerd to run as a Windows service, managed by the service control manager. The log is written to the Windows event log (and can be viewed in the event viewer or in PowerShell). If there is a Go panic, the stack is written to a file panic.log in the Docker root. Signed-off-by: John Starks <jostarks@microsoft.com>
4 lines
87 B
Text
4 lines
87 B
Text
#define DOCKER_NAME "Docker Engine"
|
|
|
|
#include "common.rc"
|
|
#include "event_messages.rc"
|