|
@@ -560,7 +560,7 @@ func UsingSystemd(config *config.Config) bool {
|
|
|
|
|
|
// verifyPlatformContainerSettings performs platform-specific validation of the
|
|
|
// hostconfig and config structures.
|
|
|
-func verifyPlatformContainerSettings(daemon *Daemon, hostConfig *containertypes.HostConfig, config *containertypes.Config, update bool) (warnings []string, err error) {
|
|
|
+func verifyPlatformContainerSettings(daemon *Daemon, hostConfig *containertypes.HostConfig, update bool) (warnings []string, err error) {
|
|
|
sysInfo := sysinfo.New(true)
|
|
|
|
|
|
w, err := verifyContainerResources(&hostConfig.Resources, sysInfo, update)
|