Run Mozilla Firefox on a X session created by TigerVNC server and access it using a VNC client. Openbox is used as the window manager.
To build and start the container, run
podman compose up --build --detachOnce the container is running, use any VNC client, like Remmina, on the host machine to connect to the URL vnc://127.0.0.1:6100. There is no password set.
To stop and remove the containers, run
podman compose down --volumes