Skip to content

Commit 44b655c

Browse files
committed
fix note blurb
1 parent 832c77e commit 44b655c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/vendor/packaging-public-images.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,12 @@ Pull public images from other registries:
3434
docker pull proxy.replicated.com/anonymous/public.ecr.aws/nginx/nginx:latest
3535
```
3636

37+
:::note
3738
If you have configured a custom domain for your proxy registry, replace `proxy.replicated.com` with your custom domain in the examples above:
3839

3940
```bash
4041
docker pull {your proxy custom domain}/anonymous/public.ecr.aws/nginx/nginx:latest
4142
```
42-
43-
:::note
44-
When you need to use specific credentials for quasi-public registries, configure the registry as an private external registry first and use `/proxy/` instead of `/anonymous/` in the URL path.
4543
:::
4644

4745
## Related Topic

0 commit comments

Comments
 (0)