Linux desktop running NetSurf, served over VNC.
281
Netsurf in an Ubuntu 21.04 container, as a VNC server.
To use:
docker run -it --rm -p 5901:5901 gerph/netsurf
or mount your current directory in the container:
docker run -it -v "$PWD:/home/netsurf/work" --rm -p 5901:5901 gerph/netsurf
Connect with VNC to localhost port 5901. That might be specified as localhost:1 or localhost:5901 depending on your client.
The password to connect is password.
Content type
Image
Digest
Size
280.5 MB
Last updated
about 5 years ago
docker pull gerph/netsurf