mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-23 08:00:23 +00:00
docker
This commit is contained in:
parent
efb9e2fa68
commit
bc30f59dc2
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue