diff --git a/get-started/part2.md b/get-started/part2.md index d4bf55b680..1bae288a77 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -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 -``` - ```shell $ docker run -p 4000:80 john/get-started:part2 Unable to find image 'john/get-started:part2' locally