From d8766d36a55911496f80ede91d986550513df181 Mon Sep 17 00:00:00 2001 From: Alireza Mosajjal Date: Sat, 10 Nov 2018 16:47:08 +0330 Subject: [PATCH 1/2] Added Docker Installation to readme --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index fbca09d..62b8c30 100644 --- a/README.rst +++ b/README.rst @@ -50,6 +50,14 @@ Apply CLI proxy: (MacOS, Linux) $ export http_proxy=http://localhost:8080 $ export https_proxy=http://localhost:8080 + +Run With Docker +---------- + +`pproxy` Docker container comes with C optimizations pre-installed. + +```docker run -it -p 8080:8080 mosajjal/pproxy:1.9.1 pproxy -l http://:8080 -vv``` + Features -------- From 4ebab680a032bd1b9bf6a1a27f0e0fae57521b7f Mon Sep 17 00:00:00 2001 From: Alireza Mosajjal Date: Sat, 10 Nov 2018 16:50:46 +0330 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 62b8c30..5ff7a16 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,7 @@ Run With Docker `pproxy` Docker container comes with C optimizations pre-installed. -```docker run -it -p 8080:8080 mosajjal/pproxy:1.9.1 pproxy -l http://:8080 -vv``` +```docker run -it -p 8080:8080 mosajjal/pproxy pproxy -l http://:8080 -vv``` Features --------