Wrong comment to describe docker version

This commit is contained in:
Harry Zhang 2016-12-09 23:18:58 +08:00
parent 129f5d8b95
commit 07d1736077

View File

@ -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)
if err != nil {
glog.Errorf("Failed to check docker api version: %v", err)