Add ifcfg url to test curl from docker container

This commit is contained in:
Sergey Bogatyrets
2020-01-30 17:07:52 +06:00
committed by GitHub
parent 1ef8e4da82
commit 35f13f1cdd

View File

@@ -24,7 +24,7 @@ Without authentication
or or
```docker run --rm curlimages/curl:7.65.3 -s --socks5 <docker host ip>:1080``` ```docker run --rm curlimages/curl:7.65.3 -s --socks5 <docker host ip>:1080 http://ifcfg.co```
With authentication - result must show docker host ip (for bridged network) With authentication - result must show docker host ip (for bridged network)
@@ -32,7 +32,7 @@ With authentication - result must show docker host ip (for bridged network)
or or
```docker run --rm curlimages/curl:7.65.3 -s --socks5 <PROXY_USER>:<PROXY_PASSWORD>@<docker host ip>:1080``` ```docker run --rm curlimages/curl:7.65.3 -s --socks5 <PROXY_USER>:<PROXY_PASSWORD>@<docker host ip>:1080 http://ifcfg.co```
## Authors ## Authors