Added missing closing bracket

Added missing closing bracket
This commit is contained in:
pug-pelle-p 2019-08-27 15:41:14 +02:00 committed by GitHub
parent 2d33041af0
commit 01f9768c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ Without auth
With auth
```curl --socks5 --user <PROXY_USER:<PROXY_PASSWORD> <docker host ip>:1080 http://ifcfg.co``` - result must show docker host ip (for bridged network)
```curl --socks5 --user <PROXY_USER>:<PROXY_PASSWORD> <docker host ip>:1080 http://ifcfg.co``` - result must show docker host ip (for bridged network)
## Authors