I tried both ways, directly using the image or create it myself with the dockerfile. I could not get it working on Debian 11.
With the dockerfile I received some errors which are in my opinion related to the fact, that some of the repos are no longer present or the URL has changed.
The image does not work on Debian 11 and even latest docker. It starts and immediately exits, I was not even able to debug in any way.
Then I tried it with Ubuntu 18.04 and the docker engine from its orginal repos and the command
docker run --rm -p 5900:5900 --name firefox-java-vnc mablanco/firefox-java-vnc
ran flawlessly. It also works without problems on Arch and Manjaro.
Do you have any ideas what could be the problem??
P.S. The hello world example from docker always works! (docker run hello-world)
I tried both ways, directly using the image or create it myself with the dockerfile. I could not get it working on Debian 11.
With the dockerfile I received some errors which are in my opinion related to the fact, that some of the repos are no longer present or the URL has changed.
The image does not work on Debian 11 and even latest docker. It starts and immediately exits, I was not even able to debug in any way.
Then I tried it with Ubuntu 18.04 and the docker engine from its orginal repos and the command
ran flawlessly. It also works without problems on Arch and Manjaro.
Do you have any ideas what could be the problem??
P.S. The hello world example from docker always works! (
docker run hello-world)