This commit is contained in:
Girish Ramakrishnan
2025-12-09 13:01:13 +01:00
parent 10f99673c5
commit c7f5e6b5b0
+1 -1
View File
@@ -763,7 +763,7 @@ function recreate_docker() {
readonly containerd_root="/var/lib/containerd"
if ! docker_root=$(docker info -f '{{ .DockerRootDir }}' 2>/dev/null); then
warning "Unable to detect docker root. Assuming /var/lib/docker"
warn "Unable to detect docker root. Assuming /var/lib/docker"
fi
[[ -z "${docker_root}" ]] && docker_root="/var/lib/docker"