1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-08 21:19:09 +08:00

feat: 修改编译、打包流程,优化脚本

This commit is contained in:
早睡早起
2023-08-29 18:46:12 +08:00
parent f1adb3796d
commit cfa50ae38e
11 changed files with 2434 additions and 2058 deletions

View File

@@ -2,7 +2,7 @@
## 功能设置docker自定义network并指定网关、IP范围
## 参考https://blog.csdn.net/Dontla/article/details/125210694
## 作者:Rong姐姐好可爱
## 作者:储凡
## 使用示例bash xxx.sh 容器名称 镜像地址
##
@@ -70,7 +70,7 @@ init_network(){
docker network ls
exit ;
else
echo -e "${successLogger}---------------- 网络${networdefaultNetworkNamekName},现进行初始化 ---------------- "
echo -e "${successLogger}---------------- 网络${defaultNetworkName},现进行初始化 ---------------- "
docker network ls
docker network create \
--subnet="${subnet}" \