buffrr / letsdane

🔒 Let's DANE is an experimental way to enable the use of DANE/TLSA in browsers and other apps using a lightweight proxy.
Apache License 2.0
111 stars 11 forks source link

Docker Support #3

Closed Anunayj closed 3 years ago

Anunayj commented 3 years ago

Added Docker support! Also added Examples on how to run it. Might wanna run your own DockerHub repo. Current one should always be up with master with delay of about ~1hr.

Anunayj commented 3 years ago

Docker Image is ~46 MB (Compressed) and ~108MB (Uncompressed), golang is not included in the image.

Anunayj commented 3 years ago

Some Useful gists you may wanna add to Readme.md https://gist.github.com/Anunayj/fa03887a368f5724f6a26ec2a8396a7f https://gist.github.com/Anunayj/4b75d5cefac875ba51d830d57785c44c

Anunayj commented 3 years ago

Reorganized The Readme, and made a small change with the docker run example, instead of listening on 0.0.0.0 it should listen on localhost. I felt it was safer and akin to how letsdane binary works.