dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted

Open benjamin604 opened this issue 3 years ago • 1 comments

Hello,

I'm going round in circles a bit here. I've tried this docker on 3 different host OS - debian 11, centos7.9 and Ubuntu 20.04.5.

I keep getting the above error... I've had a look at this comment but must admit I've got no idea where to pass this command. I did try in the Dockerfile using a RUN command, but it still gives the namespace error.

Just to test, I'd like to at least try the --no-sandbox option, but not sure where to pass that either... could anyone point me in a direction?

Thanks, Ben

benjamin604 avatar Nov 10 '22 14:11 benjamin604

For info: you need to pass this in the command that invokes Chrome.

clouedoc avatar Jan 17 '23 11:01 clouedoc