Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
gitlab-runner
Commits
014649ad
Commit
014649ad
authored
6 years ago
by
Erick Hitter
Browse files
Options
Downloads
Plain Diff
Merge branch 'add/docker-priv' into 'master'
Add privileged mode for Docker-in-Docker support See merge request
!5
parents
d206a811
50117707
Branches
master
Tags
v1.1.7.2
1 merge request
!5
Add privileged mode for Docker-in-Docker support
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/register-runner.yml
+1
-0
1 addition, 0 deletions
tasks/register-runner.yml
with
1 addition
and
0 deletions
tasks/register-runner.yml
+
1
−
0
View file @
014649ad
...
...
@@ -15,6 +15,7 @@
--executor '{{ gitlab_runner_executor }}'
--limit '{{ gitlab_runner_concurrent_specific }}'
--locked='{{ item.locked | default( gitlab_runner_locked ) }}'
--docker-privileged
--docker-image '{{ gitlab_runner_docker_image }}'
{% if gitlab_runner_docker_volumes is defined %}
--docker-volumes "{{ gitlab_runner_docker_volumes | join('" "') }}"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment