Commit 7c4cc67d authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'bbodenmiller-master-patch-79362' into 'master'

Add buildah to avoid running in privileged mode

See merge request gitlab-org/gitlab!70539
parents 34012689 63a39f8d
......@@ -23,7 +23,7 @@ To enable Docker commands for your CI/CD jobs, you can use:
- [Docker socket binding](#use-docker-socket-binding)
If you don't want to execute a runner in privileged mode,
but want to use `docker build`, you can also [use kaniko](using_kaniko.md).
but want to use `docker build`, you can also use [`kaniko`](using_kaniko.md) or [`buildah`](https://github.com/containers/buildah).
If you are using shared runners on GitLab.com,
[learn more about how these runners are configured](../runners/index.md).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment