Get the latest tech news
How to run GUI applications directly in containers
This tutorial introduces a method for running GUI applications directly in containers (such as Docker and Podman) without installing any additional software. - hemashushu/docker-archlinux-gui
This tutorial introduces a method for running GUI applications directly in containers (such as Docker and Podman) without installing any additional software. Before introducing the specific methods and principles, you can quickly experience starting a GUI application in a container on your machine. --rm: This option tells Docker to automatically remove the container when it exits, which helps keep your system clean.
Or read this on Hacker News