Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Mozilla Firefox and TigerVNC Server

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.

Launching

To build and start the container, run

podman compose up --build --detach

Accessing

Once 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.

Teardown

To stop and remove the containers, run

podman compose down --volumes