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
@@ -752,6 +752,20 @@ Below are some examples of how to prepare a docker image running with a non-root
752
752
753
753
</details>
754
754
755
+
<details>
756
+
<summary>Gitlab runner Docker executor</summary>
757
+
758
+
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).
759
+
760
+
```
761
+
[[runners]]
762
+
executor = "docker"
763
+
[runners.docker]
764
+
privileged = true
765
+
```
766
+
767
+
</details>
768
+
755
769
### Using Docker provider inside a Docker container
756
770
757
771
This combination is supported, however, additional configuration is required.
0 commit comments