1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #13926 from Microsoft/10662-createfixup

Windows: Fixup compile in daemon_windows.go
This commit is contained in:
Alexander Morozov 2015-06-15 10:17:24 -07:00
commit 1157fcc4a4

View file

@ -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
}