mirror of https://github.com/docker/docs.git
commit
a343a3d2e8
|
@ -273,7 +273,7 @@ the repository.
|
||||||
image.
|
image.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo docker run hello-world
|
$ sudo docker container run hello-world
|
||||||
```
|
```
|
||||||
|
|
||||||
This command downloads a test image and runs it in a container. When the
|
This command downloads a test image and runs it in a container. When the
|
||||||
|
|
Loading…
Reference in New Issue