mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
docker
This commit is contained in:
parent
efb9e2fa68
commit
bc30f59dc2
@ -295,13 +295,14 @@ download_source_and_checkimage() {
|
|||||||
echo "Failed to unzip source package."
|
echo "Failed to unzip source package."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# install docker
|
||||||
bash /tmp/$source_unzip/install/install_docker.sh
|
bash /tmp/$source_unzip/install/install_docker.sh
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "install_docker failed with error $?. Exiting."
|
echo "install_docker failed with error $?. Exiting."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd /tmp/$source_unzip/docker
|
cd /tmp/$source_unzip/docker
|
||||||
docker compose pull
|
docker compose pull
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user