diff --git a/guide/english/docker/docker-rmi/index.md b/guide/english/docker/docker-rmi/index.md index b8a1f96783..34d1f5437d 100644 --- a/guide/english/docker/docker-rmi/index.md +++ b/guide/english/docker/docker-rmi/index.md @@ -12,7 +12,7 @@ After that you make sure which image want to remove, to do that executing this s ### Remove multiple images -There is a way to remove more than one images at a time, when you want to remove multiple specific images. So to do that first get Image IDs simply by listing the images then execute simple followed command. +You may remove multiple images at the same time. The first thing you will want to do is, get the Image IDs by listing the images, then execute the following command: `docker rmi ...`