feat: 优化停止docker操作, 没有容器运行时, 提示容器未启动

This commit is contained in:
Olia Lisa
2026-07-20 11:42:47 +08:00
parent a00c066c21
commit 5052f3bc08
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ main(){
;;
5)
# 停止容器
docker compose -f ./docker-compose.yml down
stop_docker
;;
6)
# 更新镜像