Ansible-navigator and docker with "Isolate containers with a user namespace"

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.