anacrolix / confluence

Torrent client as a HTTP service
Mozilla Public License 2.0
237 stars 32 forks source link

Add Dockerfile for development. #22

Closed pataquets closed 4 years ago

pataquets commented 4 years ago

I wanted to try the software (which you suggested in anacrolix/torrent#386) using Docker, since I don't have/want to install Golang packages on my PC. Thus, if I have to tinker with code, I will also be able to.

It's focused on local development:

For convenience, I've set up a Docker Hub Automated Build at https://hub.docker.com/r/pataquets/confluence-src/ which I'll be using to deploy and test on other machines. I'll be crafting a Docker Compose test manifest soon, which I can PR, if interested. I hope you'll find it useful.