ustayready / fireprox

AWS API Gateway management tool for creating on the fly HTTP pass-through proxies for unique IP rotation
GNU General Public License v3.0
1.93k stars 270 forks source link

Added files to build a Docker image. #2

Closed sdcampbell closed 5 years ago

sdcampbell commented 5 years ago

I dislike dealing with virtualenv's, so I created the files to build a Docker image for fireprox.

ustayready commented 5 years ago

Testing on Ubuntu 16.04 was a success. Testing on Windows failed, probably due to line endings in Entrypoint:

C:\Users\mike\source\repos\fireprox>docker run ustayready:fireprox standard_init_linux.go:207: exec user process caused "no such file or directory"

If you can update the README.md with the following items, I will merge the PR as soon as it's ready.

Nice work on this! Thanks for the contribution.