You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -196,5 +196,19 @@ Below are some examples of how to prepare a docker image running with a non-root
196
196
197
197
</details>
198
198
199
+
<details>
200
+
<summary>Gitlab runner Docker executor</summary>
201
+
202
+
Configure Docker container to run in privileged mode as described [here](https://docs.gitlab.com/runner/executors/docker.html#use-docker-in-docker-with-privileged-mode).
203
+
204
+
```
205
+
[[runners]]
206
+
executor = "docker"
207
+
[runners.docker]
208
+
privileged = true
209
+
```
210
+
211
+
</details>
212
+
199
213
## License
200
214
The project is released under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0.html).
0 commit comments