mirror of https://github.com/docker/docs.git
build/buildkit: fix image name
The title suggested a "hello-world" image, but we were building a "hello-buildkit" image, but then trying to run "hello-world". Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
669e06355e
commit
43c7ad2aed
|
|
@ -219,7 +219,7 @@ We appreciate any feedback you submit by [opening an issue here](https://github.
|
|||
...
|
||||
```
|
||||
|
||||
9. Create a Dockerfile and build a `hello-world` image.
|
||||
9. Create a Dockerfile and build a `hello-buildkit` image.
|
||||
|
||||
```console
|
||||
> mkdir sample_dockerfile
|
||||
|
|
@ -246,5 +246,5 @@ We appreciate any feedback you submit by [opening an issue here](https://github.
|
|||
11. After pushing to the registry, run the image with `docker run`.
|
||||
|
||||
```console
|
||||
> docker run <username>/hello-world
|
||||
> docker run <username>/hello-buildkit
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue