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
The preliminary results are that it's not possible to run rootless in Docker without a --privileged flag (or without enabling certain capabilities and disabling security confinements):
% docker run -it --rm docker:dind-rootless | tail -n 1
[rootlesskit:parent] error: failed to start the child: fork/exec /proc/self/exe: operation not permitted
The preliminary results are that it's not possible to run rootless in Docker without a --privileged flag (or without enabling certain capabilities and disabling security confinements)
As an additional container rather then using full fledged Docker Builder VM
Related guide: https://cirrus-ci.org/guide/docker-builds-on-kubernetes/?h=+docker
The text was updated successfully, but these errors were encountered: