Skip to content
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

google-chrome fails to start in docker #26

Closed
huan opened this issue Aug 30, 2016 · 1 comment
Closed

google-chrome fails to start in docker #26

huan opened this issue Aug 30, 2016 · 1 comment
Labels

Comments

@huan
Copy link
Member

huan commented Aug 30, 2016

google-chrome sometimes fail to start in docker, error message is:

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

a fix is to use --no-sandbox args for chrome: elgalu/docker-selenium#58

code here: 4fbee4a

See Also

  1. BE CAREFUL WITH DOCKER UPGRADE
  2. What is Chrome Sandbox in Animation
  3. https://linuxmeerkat.wordpress.com/2014/10/17/running-a-gui-application-in-a-docker-container/
  4. https://forums.docker.com/t/docker-user-namespaces/16885?u=zixia
huan added a commit that referenced this issue Aug 30, 2016
@huan huan added the bug label Aug 30, 2016
@huan
Copy link
Member Author

huan commented Aug 30, 2016

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant