-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted #350
Comments
please see #65 |
The problem is user namespaces is not enabled in your kernel. |
here is the most helpful comment #65 (comment) |
Issue I am new to Docker and I have instaled one Virtual box and running the Docker. Pankaj-Rajkhowa:Docker macbookpro$ docker ps -a Looking for help to learn. |
So I keep seeing 'dont use --no-sandbox because security'. But if I dont say --no-sandbox, chromium will not launch on alpine. So is there another way? |
as of now you can run the container with |
Hi all, apiVersion: v1 matchLabels:app: chromecontainers:
Giving that, the error i see is the following: 02/07/2019 10:23:10 Autoprobing TCP port 02/07/2019 10:23:10 The X server says there are 10 mouse buttons. The VNC desktop is: geneticool:0 Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet? Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted Any idea what to change on my yaml? I wanted to easily scale up the containers with a simple command on k8s. Thank you. |
According to the docs, the I don't want my container to have these rights. Is there any other way, such as restricting the access using the
|
you can add |
|
Using https://www.redhat.com/en/blog/container-tidbits-adding-capabilities-container
|
Solution for the ones who don't want to add caps to the container: const browser = await puppeteer.launch({
"args": [
"--no-sandbox"
]
}); I think this should be marked as the new solution if it works for everyone. |
I get the error below running jess/chrome. I get that running it with Jess' suggested command line and I get it if I remove all unneeded options.
Error:
The text was updated successfully, but these errors were encountered: