X Tutup
Skip to content

Commit eace2d3

Browse files
authored
Merge pull request qwj#15 from mosajjal/master
added Docker documentation to Readme
2 parents 5cf9eb5 + 4ebab68 commit eace2d3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ Apply CLI proxy: (MacOS, Linux)
5050
$ export http_proxy=http://localhost:8080
5151
$ export https_proxy=http://localhost:8080
5252
53+
54+
Run With Docker
55+
----------
56+
57+
`pproxy` Docker container comes with C optimizations pre-installed.
58+
59+
```docker run -it -p 8080:8080 mosajjal/pproxy pproxy -l http://:8080 -vv```
60+
5361
Features
5462
--------
5563

0 commit comments

Comments
 (0)
X Tutup