Closed
Description
Meta -
Image(s):
Tested with standalone-firefox-debug
Docker-Selenium Image Version(s):
2.53.1, 3.11.0
Docker Version:
18.02.0-ce
OS:
Arch Linux (Antergos)
Expected Behavior -
Enable userns-remap
on the daemon, Selenium container should run normally; not affected by https://docs.docker.com/engine/security/userns-remap/#user-namespace-known-limitations
Actual Behavior -
- VNC connections are broken (password check failed)
- Firefox can't open profile files
At least the broken VNC can be hotfixed by exec'ing into the container and give permissions of the password file to seluser
,
Related:
- User permissions error inside container while starting hub docker image #535
- User permissions error in non-debug images (Chrome and Firefox) #405
Workaround:
- use
userns_mode: host
with docker-compose (for Selenium v3.*)