Running docker from a non root cloud builder

Viewed 27

I'm trying to run docker in a cloud build step with a non-root cloud builder container. It's running a Bazel test that requires that the user is not root.

I tried adding the user to the docker, root, or google-sudoers group in the container but, it doesn't work.

0 Answers
Related