Using Docker


Stable Version from Docker Hub


❯ docker run -it -p 8899:8899 --rm abhinavsingh/proxy.py:latest


Build 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