Skip to content

Commit b378487

Browse files
add troubleshooting callout to get started guide
1 parent ed275b6 commit b378487

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/get-started/workshop/04_sharing_app.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ In the following image, you can see an example Docker command from Docker Hub. T
5252

5353
To fix this, you need to tag your existing image you've built to give it another name.
5454

55+
> [!NOTE]
56+
>
57+
> If you encounter the following error: `denied: requested access to the resource is denied`, you can retry with `$ docker login -u "myusername" -p "mypassword" docker.io`.
58+
5559
2. Sign in to Docker Hub using the command `docker login -u YOUR-USER-NAME`.
5660

5761
3. Use the `docker tag` command to give the `getting-started` image a new name. Replace `YOUR-USER-NAME` with your Docker ID.

0 commit comments

Comments
 (0)