1

I am trying to put a Firefox Webbrowser into a Docker-Container and access it via X2Go. It works, but it is unusable slow. Looking at about:support it seems it misses drivers.

What drivers are needed to make the experience usable and how can i get them into a Docker-Container?

The Output of the about:support-Site

4
  • 1
    You're accessing a complicated multimedia program like a modern browser through a remote desktop protocol. This is often no nice experience. If you're trying to use docker for local security, try running it inside the container but accessing the host computers X11 (unix)sockets or try other sandboxes like firejail. Commented Sep 1, 2017 at 14:59
  • @allo correct, most of your issue is probably accessing it over the network, not Docker. Commented Sep 1, 2017 at 15:38
  • 1
    I tried once x2go outside containers and was not impressed either. Commented Sep 1, 2017 at 17:38
  • If you're looking for a fast remote desktop protocol, have a look at Xpra. It uses video codecs for streaming and can be much faster in many cases. Commented Sep 2, 2017 at 16:48

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.