mirror of https://github.com/docker/docs.git
Merge pull request #9050 from ivansharamok/dtr-dns-names
add DNS names used by DTR
This commit is contained in:
commit
967b5ba4e1
|
|
@ -41,6 +41,15 @@ docker run -it --rm \
|
||||||
|
|
||||||
> **Note**: DTR will hide the password portion of the URL, when it is displayed in the DTR UI.
|
> **Note**: DTR will hide the password portion of the URL, when it is displayed in the DTR UI.
|
||||||
|
|
||||||
|
## DNS names used by DTR
|
||||||
|
|
||||||
|
When proxy is configured to allow access only to whitelisted DNS names, make sure to whitelist these DNS names:
|
||||||
|
|
||||||
|
```text
|
||||||
|
dss-cve-updates.docker.com
|
||||||
|
license.enterprise.docker.com
|
||||||
|
```
|
||||||
|
|
||||||
## Where to go next
|
## Where to go next
|
||||||
|
|
||||||
- [Configure garbage collection](garbage-collection.md)
|
- [Configure garbage collection](garbage-collection.md)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue