Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/get-started/workshop/04_sharing_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ In the following image, you can see an example Docker command from Docker Hub. T

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

> [!NOTE]
>
> 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`.

2. Sign in to Docker Hub using the command `docker login -u YOUR-USER-NAME`.

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