mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Update use-a-web-proxy.md (#6678)
This commit is contained in:
committed by
Joao Fernandes
parent
243c4eb702
commit
766d5a558e
@@ -28,6 +28,18 @@ To confirm how DTR is configured, check the **Settings** page on the web UI.
|
||||
|
||||
{: .with-border}
|
||||
|
||||
If by chance the web proxy requires authentication you can submit the username
|
||||
and password, in the command, as shown below:
|
||||
|
||||
```bash
|
||||
docker run -it --rm \
|
||||
{{ page.dtr_org }}/{{ page.dtr_repo }}:{{ page.dtr_version }} reconfigure \
|
||||
--http-proxy username:password@<domain>:<port> \
|
||||
--https-proxy username:password@<doman>:<port> \
|
||||
--ucp-insecure-tls
|
||||
```
|
||||
NOTE: DTR will hide the password portion of the URL, when it is displayed in the DTR UI.
|
||||
|
||||
## Where to go next
|
||||
|
||||
- [Configure garbage collection](garbage-collection.md)
|
||||
|
||||
Reference in New Issue
Block a user