Using Docker
Stable Version from Docker Hub
❯ docker run -it -p 8899:8899 --rm abhinavsingh/proxy.py:latestBuild Development Version Locally
❯ git clone https://github.com/abhinavsingh/proxy.py.git
❯ cd proxy.py
❯ make container
❯ docker run -d -p 8899:8899 --rm abhinavsingh/proxy.py:latest参考资料:
https://github.com/abhinavsingh/proxy.py