🔧 docker的默认配置变更

This commit is contained in:
csh
2025-11-17 17:52:24 +08:00
parent 1b7eed5d93
commit c81aac970c
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ RUNNER_NAME=${RUNNER_NAME:-docker-runner}
# 多个 label(逗号分隔,无空格)
# ubuntu-22.04:host://ubuntu:22.04,ubuntu-20.04:host://ubuntu:20.04,node:docker://node:18
read -p "Enter runner labels (default: ubuntu-22.04:docker://ubuntu:22.04): " RUNNER_LABELS
read -p "Enter runner labels (default: ubuntu-22.04:host://ubuntu:22.04): " RUNNER_LABELS
RUNNER_LABELS=${RUNNER_LABELS:-ubuntu-22.04:host://ubuntu:22.04}
# 创建 runner 目录