Merge pull request #7161 from amaddio/patch-2

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

View File

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