more comment
parent
cecef71f51
commit
569b5ce232
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue