Compdigitec Labs

« | Home | »

Running a GUI application in Docker

By admin | January 30, 2021

apt-get update && apt-get install -y openssh-server vim xpra

# Allow container to connect to GUI?
xhost +
docker run --rm -v /tmp/.X11-unix:/tmp/.X11-unix -p 2222:2222 -e DISPLAY --security-opt seccomp:unconfined -it <image> bash

sudo mkdir -p /run/user/1000
sudo chown ubuntu:ubuntu /run/user/1000

xpra start ssh:ubuntu@localhost:2222 --exit-with-children --start-child="xfce4-terminal"

If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!

Topics: Linux | 5 Comments »

5 Responses to “Running a GUI application in Docker”

  1. boat rentals near fort lauderdale Says:
    November 2nd, 2024 at 21:45

    … [Trackback]

    […] Find More Info here to that Topic: compdigitec.com/labs/2021/01/30/running-a-gui-application-in-docker/ […]

  2. zbet911 Says:
    November 12th, 2024 at 16:47

    … [Trackback]

    […] Information to that Topic: compdigitec.com/labs/2021/01/30/running-a-gui-application-in-docker/ […]

  3. โคมไฟ Says:
    November 19th, 2024 at 05:14

    … [Trackback]

    […] Read More on that Topic: compdigitec.com/labs/2021/01/30/running-a-gui-application-in-docker/ […]

  4. ทัวร์เวียดนาม Says:
    December 8th, 2024 at 19:19

    … [Trackback]

    […] Read More Info here to that Topic: compdigitec.com/labs/2021/01/30/running-a-gui-application-in-docker/ […]

  5. jebjeed888 Says:
    December 15th, 2024 at 22:50

    … [Trackback]

    […] Find More on to that Topic: compdigitec.com/labs/2021/01/30/running-a-gui-application-in-docker/ […]

Comments