mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Wrong comment to describe docker version
This commit is contained in:
parent
129f5d8b95
commit
07d1736077
@ -729,7 +729,7 @@ func (dm *DockerManager) runContainer(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// If current api version is newer than docker 1.10 requested, set OomScoreAdj to HostConfig
|
// If current api version is equal to or newer than docker 1.10 requested, set OomScoreAdj to HostConfig
|
||||||
result, err := dm.checkDockerAPIVersion(dockerV110APIVersion)
|
result, err := dm.checkDockerAPIVersion(dockerV110APIVersion)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
glog.Errorf("Failed to check docker api version: %v", err)
|
glog.Errorf("Failed to check docker api version: %v", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user