Merge pull request #24081 from shynur/patch-1

; fix typo
This commit is contained in:
David Karlsson
2026-02-05 06:10:28 +01:00
committed by GitHub

View File

@@ -55,7 +55,7 @@ Let's try to push the image to Docker Hub.
```
This failure is expected because the image isn't tagged correctly yet.
Docker is looking for an image name `docker/getting started`, but your
Docker is looking for an image name `docker/getting-started`, but your
local image is still named `getting-started`.
You can confirm this by running: