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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ Without authentication
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)
@ -32,7 +32,7 @@ With authentication - result must show docker host ip (for bridged network)
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