We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e00d21e + 64afacc commit 8a5d910Copy full SHA for 8a5d910
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