docker container for sendd

Josh Bicking e3eb21361c update submodule for port selection 7 years ago
sendd @ 20f5ba1315 e3eb21361c update submodule for port selection 7 years ago
.gitmodules 652c6a1f7f first commit 7 years ago
Dockerfile 757d9f88cb fix HOST not sending correctly 7 years ago
README.md b4804ab6f9 add build and usage 7 years ago
start.sh 757d9f88cb fix HOST not sending correctly 7 years ago

README.md

sendd-docker

sendd-docker ships sendd in one easily runnable package.

Building:

git clone https://github.com/Josh1147582/sendd-docker
cd sendd-docker
docker build -t sendd-docker .

Running:

docker run -p 3000:3000 -p 9000:9000 \
--name=sendd \
-e "HOST=`curl ipv4.icanhazip.com`" \
-d \
sendd-docker

Connect to the server (by default) at port 3000. Port 9000 must also be open for the peer server to communicate with clients.