mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 21:21:42 +00:00
Merge pull request #15303 from Microsoft/10662-fixdaemonbuild
Windows: Daemon compile was broken
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user