马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
启动命令
docker run -d --name gitlab-runner --restart always \
-v /var/run/docker.sock:/var/run/docker.sock\
-v /home/gitlab-runner/:/etc/gitlab-runner/ \
--privileged=true \
-u=root \
crpi-sowdozo946derqtc.cn-beijing.personal.cr.aliyuncs.com/net-image/gitlab-runner:latest
报错如下
ERROR: Failed to load config stat /etc/gitlab-runner/config.toml: no such file or directory builds=0 max_builds=1
ERROR: Failed to load config stat /etc/gitlab-runner/config.toml: no such file or directory builds=0 max_builds=1
ERROR: Failed to load config stat /etc/gitlab-runner/config.toml: no such file or directory builds=0 max_builds=1
ERROR: Failed to load config stat /etc/gitlab-runner/config.toml: no such file or directory builds=0 max_builds=1
以上这个问题,我应该如何处理呢
|