This image is based on https://hub.docker.com/r/consol/debian-xfce-vnc.
It creates a container with Debian GUI that is accessible with noVNC.
Docker Compose example:
version: '3.3'
services:
docker-retroshare:
ports:
- '6901:6901' #Webinterface noVNC
- '12345:12345'#Retroshare p2p port
volumes:
- '/retroshare:/headless/.retroshare' #retroshare profile directory
container_name: retroshare
environment:
- VNC_PW=vncpassword
image: slivver/retroshare:latest
noVNC is then available on http://localhost:6901/vnc.html
Default noVNC Password is "vncpassword" but can be changed with the ENV VNC_PW.
You need to change the Port in Retroshare settings to the p2p port that you are exposing in docker compose.
Content type
Image
Digest
sha256:3451c46b0…
Size
820.9 MB
Last updated
about 2 years ago
docker pull slivver/retroshare