mirror of https://github.com/docker/docs.git
Update ubuntu.md
Same here. The newer `docker container run` command should be used instead of the future obsolete `docker run` command, right?
This commit is contained in:
parent
be1e727fd0
commit
bbb31d4b6c
|
|
@ -320,7 +320,7 @@ a new file each time you want to upgrade Docker CE.
|
|||
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