小编Eri*_*erg的帖子

GitLab CI Runner,如何在服务容器中使用卷或挂载

我使用GitLab CI Runner,它使用命令:

docker run -d --name postgres postgres:9.4
Run Code Online (Sandbox Code Playgroud)

我想做这样的事情:

docker run -d --name postgres --volumes-from postgres_datastore postgres:9.4
Run Code Online (Sandbox Code Playgroud)

但GitLab CI Runner不支持任何选项(-v or --volumes-from).

还有其他方法吗?

docker gitlab-ci-runner

6
推荐指数
1
解决办法
9647
查看次数

标签 统计

docker ×1

gitlab-ci-runner ×1