diff --git a/client/cs_apps.cpp b/client/cs_apps.cpp index 7ff235d629..2c01eca6be 100644 --- a/client/cs_apps.cpp +++ b/client/cs_apps.cpp @@ -486,7 +486,7 @@ void CLIENT_STATE::docker_cleanup() { #else if (strlen(host_info.docker_version)) { DOCKER_CONN dc; - dc.init(host_info.docker_type); + dc.init(host_info.docker_type, false); cleanup_docker(info, dc); } #endif