-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
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
IlkhamGaysin