Merge pull request #13926 from Microsoft/10662-createfixup
Windows: Fixup compile in daemon_windows.go Upstream-commit: 1157fcc4a4e775a0b6f2dfc9c0c25fcbc453e1a8 Component: engine
This commit is contained in:
@ -42,7 +42,7 @@ func checkKernel() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (daemon *Daemon) verifyContainerSettings(hostConfig *runconfig.HostConfig, config *runconfig.HostConfig) ([]string, error) {
|
||||
func (daemon *Daemon) verifyContainerSettings(hostConfig *runconfig.HostConfig, config *runconfig.Config) ([]string, error) {
|
||||
// TODO Windows. Verifications TBC
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user