docker-headless-vnc-container
docker-headless-vnc-container copied to clipboard
Firefox doesn't start in the nightly image from 03.07.2019
Docker Image: consol/centos-xfce-vnc:nightly
Firefox doesn't start in the nightly image from 03.07.2019
Hi,
Firefox doesn't start in the nightly image with the build in default user "USERID 1000". The last docker image with a working Firefox is "consol/centos-xfce-vnc:latest" (build 8 months ago...)
changeing the USERID to 0 in a new dockerbuild, Firefox starts, but the container is running as root now.
Dockerfile FROM docker.io/consol/centos-xfce-vnc:nightly USER 0
docker build -t marpe4k/centos-xfce-vnc-root:latest . docker run -d -p 5901:5901 -p 6901:6901 marpe4k/centos-xfce-vnc-root:latest
Firefox starts without problems :-)
Any ideas to get it running as "normal" user?
Thanks, Martin