fooock / retroshare-docker

Docker support to execute RetroShare in web UI mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker for RetroShare

License

Dockerfile to start RetroShare in no-gui mode

Build

Build the Dockerfile before execute it

$ docker build -t retroshare:0.1 .

When done, execute it indicating the port to access the web ui

$ docker run -p 9090:9090 retroshare

About

Docker support to execute RetroShare in web UI mode