Messing with curl proxy-user proxy-pass values

This commit is contained in:
Sergey Bogatyrets 2020-01-30 17:06:02 +06:00 committed by GitHub
parent a4d292c873
commit 1ef8e4da82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ or
With authentication - result must show docker host ip (for bridged network)
```curl --socks5 --user <PROXY_USER>:<PROXY_PASSWORD> <docker host ip>:1080 http://ifcfg.co```
```curl --socks5 <docker host ip>:1080 -U <PROXY_USER>:<PROXY_PASSWORD> http://ifcfg.co```
or