ddev/ddev-gitlab-ci

Use rootless docker if possible

Closed this issue · 1 comments

I want to avoid add additional configuration for use of the image within the gitlab-runner docker executor.
Usually it requires the "privileged" mode. Hoping to avoid using this mode when using the rootless image

🤞

See https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4712#note_524235843

Rootless still requires --privileged mode. As of now there is no way of running it without.

docker-library/docker#291