From 37fd2349403cffc0aecf3faa54913010bbc5ba60 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Wed, 22 Jul 2026 13:59:24 +0500 Subject: [PATCH] Remove docker daemon start. --- mirror.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/mirror.sh b/mirror.sh index 7f880b5..6f17625 100755 --- a/mirror.sh +++ b/mirror.sh @@ -156,20 +156,6 @@ function push_multiarch_image() { fi } -function start_docker_daemon() { - # Starting Docker daemon. - /usr/local/bin/dockerd --data-root=/var/lib/docker --max-concurrent-uploads 1 & - - # Wait for it. - echo "Waiting for Docker daemon to start..." - while true; do - if docker ps &> /dev/null; then - break - fi - done -} - -start_docker_daemon login_to_registry collect_images