From bc30f59dc2a3cd072d0d8c1af04b99ca517e3167 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 23 Oct 2024 15:31:08 +0800 Subject: [PATCH] docker --- install/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/install.sh b/install/install.sh index 2a341f76..530cdcfc 100644 --- a/install/install.sh +++ b/install/install.sh @@ -295,13 +295,14 @@ download_source_and_checkimage() { echo "Failed to unzip source package." exit 1 fi - + + # install docker bash /tmp/$source_unzip/install/install_docker.sh if [ $? -ne 0 ]; then echo "install_docker failed with error $?. Exiting." exit 1 fi - + cd /tmp/$source_unzip/docker docker compose pull if [ $? -ne 0 ]; then