0

I am running with user namespaces enabled and I need to run a particular container as a root user (the container needs to be able to execute the Linux mount command from inside).

How do I run a specific container in privileged mode when namespaces are enabled?

steve landiss
  • 1,833
  • 3
  • 19
  • 30

1 Answers1

1

Found the answer... set --userns host on the docker run command

steve landiss
  • 1,833
  • 3
  • 19
  • 30