安装1.0.3失败 #189
Replies: 3 comments
-
|
Please check the following error message The problem is that the deploy sub-module failed to initialize, resulting in the sub-repository not being downloaded. Please try again as follows: git submodule deinit deploy
./build_with_docker_compose.sh |
Beta Was this translation helpful? Give feedback.
-
|
Digest: sha256:d88de5c5f6abb825c7c04c165d559c472ce4e954527fa8c2f30509bbee4318ac ERROR: for 8a1e63fc2850_dongtaiiast_dongtai-mysql_1 b'No such image: sha256:c9c461e60fd8f5e2072d08d00b04b281de7e1558e7e185b3d720e0b0c73d1963' ERROR: for e0106802f3d5_dongtaiiast_dongtai-redis_1 b'No such image: sha256:61ec065b63627b379ade404654075d6aa9545d0155ac72a6b45cbed6052c6522' ERROR: for dongtai-mysql b'No such image: sha256:c9c461e60fd8f5e2072d08d00b04b281de7e1558e7e185b3d720e0b0c73d1963' ERROR: for dongtai-redis b'No such image: sha256:61ec065b63627b379ade404654075d6aa9545d0155ac72a6b45cbed6052c6522' |
Beta Was this translation helpful? Give feedback.
-
|
勘察原因发现是因为容器内部访问不到宿主机,目前正在解决 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
[root@localhost DongTai]# ./build_with_docker_compose.sh
\033[33m[+] check Repo[deploy] status\033[0m
\033[31m[-] Repo[deploy] initialing...\033[0m
Submodule 'deploy' (https://github.com/HXSecurity/dongtai-deploy.git) registered for path 'deploy'
Cloning into 'deploy'...
error: RPC failed; result=35, HTTP code = 0
fatal: The remote end hung up unexpectedly
Clone of 'https://github.com/HXSecurity/dongtai-deploy.git' into submodule path 'deploy' failed
\n\033[33m[+] check docker servie status\033[0m
\033[32m[]\033[0m docker service is up.
\n\033[33m[+] check port status\033[0m
[+] please input web service port, default [80]:
\033[32m[]\033[0m port 80 is ok.
[+] please input web service port, default [8000]:
\033[32m[]\033[0m port 8000 is ok.
./build_with_docker_compose.sh: line 119: deploy/docker-compose/docker-compose.yml: No such file or directory
\n\033[33m[+] install DongTai IAST service, openapi service addr is \033[0m
chmod: cannot access ‘deploy/docker-compose/install.sh’: No such file or directory
bash: deploy/docker-compose/install.sh: No such file or directory
\n\033[32m[] start DongTai IAST service, please wait 30s\033[0m
Beta Was this translation helpful? Give feedback.
All reactions