Merge pull request #7160 from amaddio/patch-1

Update ubuntu.md
This commit is contained in:
Anne Henmi 2018-12-28 09:51:43 -07:00 committed by GitHub
commit a343a3d2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,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