Gitlab-runner将自定义选项传递给docker

时间:2018-04-10 16:13:53

标签: docker gitlab gitlab-ci-runner

是否可以将自定义选项传递给泊坞窗:
我正在寻找一种方法将--cgroup-parent选项从gitlab-runner传递给docker。

或者至少这两个选项--cpuset-mems=""--cpuset-cpus=""

在官方的gitlab-runner网站上,我没有找到任何关于将任何这些或任何自定义选项传递给docker的信息。

1 个答案:

答案 0 :(得分:0)

就在这里:https://gitlab.com/gitlab-org/gitlab-runner/blob/master/docs/configuration/advanced-configuration.md#the-runnersdocker-section

您需要创建[runners.docker]部分。

如上所述,可以在以下位置找到要编辑的文件:

/etc/gitlab-runner/config.toml on *nix systems when gitlab-runner is
executed as root (this is also path for service configuration)

~/.gitlab-runner/config.toml on *nix systems when gitlab-runner is
executed as non-root

./config.toml on other systems