Merge pull request #8042 from docker/revert-8041-patch-1

Revert "Fix error (small change, only 1 line)"
This commit is contained in:
L-Hudson 2019-01-17 14:08:43 -05:00 committed by GitHub
commit 0a23d55f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ as `my-ubuntu`, then pushes it to the local registry. Finally, the
```bash
$ docker image remove ubuntu:16.04
$ docker image remove localhost:5000/my-ubuntu
```
5. Pull the `localhost:5000/my-ubuntu` image from your local registry.