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:
amaddio 2018-08-02 16:48:30 +02:00 committed by GitHub
parent be1e727fd0
commit bbb31d4b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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