Skip to content

Commit 742db2d

Browse files
authored
Merge pull request #420 from dotnet/baronfel-patch-1
2 parents 6da3967 + d32a696 commit 742db2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/RegistryAuthentication.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ When using Docker Hub as a base image registry (via ContainerBaseImage) or as th
5454
The `docker.io` domain doesn't support the Registry API, so attempting to use it will result in errors.
5555

5656
In addition, you should be sure to login via `docker login registry.hub.docker.com` or `docker login registry-1.docker.io` and not `docker login docker.io`, to ensure that the correct credentials are used by the tooling.
57+
58+
#### ContainerImageName
59+
60+
When pushing to Docker Hub, images _must_ include the user's login as a prefix - for example `chusk3/sdk-container-demo` instead of just `sdk-container-demo`.

0 commit comments

Comments
 (0)