cd-zbfs

Results 5 comments of cd-zbfs

I recreated the container with `docker run -d --name=firefox -p 5800:5800 -p 5900:5900 -e KEEP_APP_RUNNING=1 -v /home/docker/firefox:/config --shm-size 3g --security-opt seccomp=unconfined --network="guacamole-network" --privileged jlesage/firefox` but still the the tab crashes...

> @cd-zbfs, not sure why the container is crashing on your setup. I guess the next step would be to strace Firefox to see if we can get some clues...

Hi, same crash on start of the tab. ``` # docker pull jlesage/firefox:latest latest: Pulling from jlesage/firefox Digest: sha256:fd7c9fea0dbff48de8a27b0d1d569907efb98e29ea7778befa83c0a793e8e259 Status: Image is up to date for jlesage/firefox:latest docker.io/jlesage/firefox:latest # docker...

Hi, small update from my side. I updated the server recently to a Debian Buster (was planed for some time). Since then the Firefox in the container does not crash...

Before the upgrade the standard Debian Stretch based 4.9 kernel (see https://packages.debian.org/stretch/linux-image-amd64 ) After the upgrade the standard Debian Buster based 4.19 kernel (see https://packages.debian.org/buster/linux-image-amd64 ) ``` # uname -a...