mirror of https://github.com/docker/docs.git
Merge pull request #15303 from Microsoft/10662-fixdaemonbuild
Windows: Daemon compile was broken
This commit is contained in:
commit
63940145a4
|
@ -6,7 +6,7 @@ import "github.com/docker/docker/daemon/execdriver"
|
|||
|
||||
type info struct {
|
||||
ID string
|
||||
driver *driver
|
||||
driver *Driver
|
||||
}
|
||||
|
||||
// Info implements the exec driver Driver interface.
|
||||
|
|
Loading…
Reference in New Issue