mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 13:08:11 +00:00
Add example URL for private registries. Closes #2703
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user