Commit 07d17360 authored by Harry Zhang's avatar Harry Zhang

Wrong comment to describe docker version

parent 129f5d8b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment