We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00d21e commit 64afaccCopy full SHA for 64afacc
content/get-started/workshop/04_sharing_app.md
@@ -55,7 +55,7 @@ Let's try to push the image to Docker Hub.
55
```
56
57
This failure is expected because the image isn't tagged correctly yet.
58
- Docker is looking for an image name `docker/getting started`, but your
+ Docker is looking for an image name `docker/getting-started`, but your
59
local image is still named `getting-started`.
60
61
You can confirm this by running:
0 commit comments