1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

Merge pull request #22340 from Microsoft/jstarks/split-service

Windows: Support running dockerd as a service
This commit is contained in:
John Howard
2016-04-29 10:47:20 -07:00

View File

@@ -1,5 +1,5 @@
package main
import (
_ "github.com/docker/docker/autogen/winresources/dockerd"
_ "github.com/docker/docker/autogen/winresources/docker"
)