mirror of https://github.com/docker/docs.git
Update part2.md
This commit is contained in:
parent
e9b565c5ad
commit
532f8d5e46
|
@ -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
|
If the image isn't available locally on the machine, Docker will pull it from
|
||||||
the repository.
|
the repository.
|
||||||
|
|
||||||
```shell
|
|
||||||
docker image rm <image id>
|
|
||||||
```
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ docker run -p 4000:80 john/get-started:part2
|
$ docker run -p 4000:80 john/get-started:part2
|
||||||
Unable to find image 'john/get-started:part2' locally
|
Unable to find image 'john/get-started:part2' locally
|
||||||
|
|
Loading…
Reference in New Issue