https://github.com/fooock/retroshare-docker
Docker support to execute RetroShare in web UI mode
https://github.com/fooock/retroshare-docker
Last synced: 3 months ago
JSON representation
Docker support to execute RetroShare in web UI mode
- Host: GitHub
- URL: https://github.com/fooock/retroshare-docker
- Owner: fooock
- Created: 2018-06-06T17:19:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T17:21:49.000Z (over 7 years ago)
- Last Synced: 2025-09-22T17:03:21.122Z (3 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker for RetroShare
[](https://opensource.org/licenses/Apache-2.0)
Dockerfile to start RetroShare in `no-gui` mode
## Build
Build the `Dockerfile` before execute it
```bash
$ docker build -t retroshare:0.1 .
```
When done, execute it indicating the port to access the web ui
```bash
$ docker run -p 9090:9090 retroshare
```