Docker for RetroShare 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