Update part2.md

This commit is contained in:
John Mulhausen 2017-10-05 21:30:15 -07:00 committed by GitHub
parent e9b565c5ad
commit 532f8d5e46
1 changed files with 0 additions and 4 deletions

View File

@ -332,10 +332,6 @@ docker run -p 4000:80 username/repository:tag
If the image isn't available locally on the machine, Docker will pull it from
the repository.
```shell
docker image rm <image id>
```
```shell
$ docker run -p 4000:80 john/get-started:part2
Unable to find image 'john/get-started:part2' locally