Update ubuntu.md

Updated the old `docker run` command with the new sub command style `docker container run`.
This commit is contained in:
amaddio 2018-08-02 16:43:46 +02:00 committed by GitHub
parent be1e727fd0
commit 17e515f690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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