diff --git a/README.md b/README.md index cb926bf8..4b95a90e 100644 --- a/README.md +++ b/README.md @@ -196,5 +196,19 @@ Below are some examples of how to prepare a docker image running with a non-root +
+ Gitlab runner Docker executor + + 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). + + ``` + [[runners]] + executor = "docker" + [runners.docker] + privileged = true + ``` + +
+ ## License The project is released under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0.html).