Merge pull request #15303 from Microsoft/10662-fixdaemonbuild
Windows: Daemon compile was broken Upstream-commit: 63940145a465ff76b856648b570a367e5c614a54 Component: engine
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