This website requires JavaScript.
Explore
Help
Register
Sign In
Guest24897
/
DockerCLI
mirror of
https://github.com/docker/cli.git
Watch
1
Star
0
Fork
You've already forked DockerCLI
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
421e366d8d
DockerCLI
/
docker_windows.go
6 lines
83 B
Go
Raw
Normal View
History
Unescape
Escape
Make dockerd debuggable Signed-off-by: John Howard <jhoward@microsoft.com>
2016-04-23 21:31:57 -04:00
package
main
import
(
Windows: Support running dockerd as a service 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>
2016-04-22 20:16:14 -04:00
_
"github.com/docker/docker/autogen/winresources/docker"
Make dockerd debuggable Signed-off-by: John Howard <jhoward@microsoft.com>
2016-04-23 21:31:57 -04:00
)