mirror of https://github.com/docker/docs.git
Update ubuntu.md
Updated the old `docker run` command with the new sub command style `docker container run`.
This commit is contained in:
parent
be1e727fd0
commit
17e515f690
|
|
@ -274,7 +274,7 @@ the repository.
|
|||
image.
|
||||
|
||||
```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
|
||||
|
|
|
|||
Loading…
Reference in New Issue