Sign inSign up

dacanzi/retroshare

By dacanzi

Updated over 2 years ago

bookworm-slim based retroshare

Image
0

234

dacanzi/retroshare repository overview

Usage: This image can run in three different modes:

loop:

docker run -it --env="MODE=loop" dacanzi/retroshare

allows docker connections for manual runs - docker exec -it xxxxxxxxxx /bin/bash

nogui-web:

docker run -d --env="MODE=nogui-web" --env="NODE=nodeid" --env="PASS=password" -v /mnt/storage/share/:/share -v /mnt/data/retroshare/data/:/home/retrouser/.retroshare -p 9092:9092 -p 14500:14500 dacanzi/retroshare

This will make the container run in the background - run gui mode first and setup PASS and NODE

gui docker run -d --env="MODE=gui" -v /mnt/storage/share/:/share -v /mnt/data/retroshare/data/:/home/retrouser/.retroshare -p 9092:9092 -p 14500:14500 dacanzi/retroshare This will make the container run in the background and the gui will be handled by xpra port 14500

To connect to the gui you need to have xpra installed and run the following command:

xpra attach tcp::14500 In this case, if you close the interface it will also close the container.

Tag summary

Content type

Image

Digest

sha256:b216a47b1

Size

346.2 MB

Last updated

over 2 years ago

docker pull dacanzi/retroshare