mirror of https://github.com/docker/cli.git
Merge pull request #22340 from Microsoft/jstarks/split-service
Windows: Support running dockerd as a service
This commit is contained in:
commit
320dbb2c30
|
@ -1,5 +1,5 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
_ "github.com/docker/docker/autogen/winresources/dockerd"
|
||||
_ "github.com/docker/docker/autogen/winresources/docker"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue