faiqsohail / ProxyChecker

An easy to use open-source, multithreaded Proxy Checker. Allows you to quickly check HTTP and SOCKS proxies in a user friendly GUI, for Windows, Mac OS, Linux.
https://proxychecker.co
GNU General Public License v2.0
163 stars 28 forks source link

Docker Version #13

Closed ghost closed 2 years ago

ghost commented 2 years ago

How to i specify the Proxy list in the docker version?

faiqsohail commented 2 years ago

You would mount a volume to /app, for example if your proxy list is located in the directory /User/Downloads/proxylist/ you would use the following flag in the docker run command -v "/User/Downloads/proxylist:/app".

When the application starts you would navigate to File -> Open, you would see the contents of the proxylist directory which you mounted.