ansible-navigator and docker with "Isolate containers with a user namespace" #1744
Unanswered
powdermouse
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we use ansible-navigator with docker.
Is it possible to use ansible-navigator with docker setting
"Isolate containers with a user namespace" ("userns-remap": "default").
If so, how exactly?
If in the /etc/docker/daemon.json
"userns-remap": "default" is included, an error like this occurs
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc creatner process: error during container init: error mounting "/tmp/ansible-navigator_1pc0blf6/artifacts" to rootfs at "/runner/artifacts": lstrlay2/e47a649e295a905e28a83ac700493034dc576dbf03de81ddd2e981f274fef3a3/merged/runner/artifacts: permission denied: unknown.
If you remove the entry, everything works.
Beta Was this translation helpful? Give feedback.
All reactions