Add example URL for private registries. Closes #2703

This commit is contained in:
Catherine Luse
2021-06-10 17:38:39 -07:00
parent c55ed7e103
commit c2f6275a6c
@@ -15,7 +15,18 @@ private_registries:
password: mypassword
```
> **Note:** If you are using a Docker Hub registry, you can omit the `url` or set it to `docker.io`.
If you are using a Docker Hub registry, you can omit the `url` or set it to `docker.io`.
> **Note:** Although the directive is named `url`, there is no need to prefix the host or IP address with `https://`.
Valid `url` examples include:
```yaml
url: registry.com
url: registry.com:5555
url: 1.1.1.1
url: 1.1.1.1:5555/artifactory
```
### Default Registry