mirror of https://github.com/docker/docs.git
fix typo in what is a registry (#19780)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
parent
c3049d93ec
commit
9ceff21340
|
@ -73,7 +73,7 @@ Don't worry about the specifics of the Dockerfile, as you'll learn about that in
|
|||
2. Navigate into the newly created directory.
|
||||
|
||||
```console
|
||||
cd hello-world-demo-node
|
||||
cd helloworld-demo-node
|
||||
```
|
||||
|
||||
3. Run the following command to build a Docker image, swapping out `YOUR_DOCKER_USERNAME` with your username.
|
||||
|
|
Loading…
Reference in New Issue