more comment

pull/11516/head
Medya Gh 2021-05-26 12:12:39 -07:00
parent cecef71f51
commit 569b5ce232
1 changed files with 2 additions and 1 deletions

View File

@ -226,7 +226,8 @@ func disableOthers(me Manager, cr CommandRunner) error {
continue
}
// in case of docker, if other runtime are already not active we are sure it is disabled, nothing to do.
// because #11515 in base image we have other runtimes disabled by default.
// because #11515 for non-docker runtimes, we gotta ensure Docker is disabled and can not just check if it is not active
// since it is enabled by default in the current base image and it keeps coming back to life
if me.Name() == "Docker" && !r.Active() {
continue
}