From 85dcaab93ae18efb4f6dcc5bc2fc63dc05e1d2f3 Mon Sep 17 00:00:00 2001 From: Ellysha Chavez <35040948+Ellyshachavez@users.noreply.github.com> Date: Sat, 3 Nov 2018 18:43:27 -0700 Subject: [PATCH] Edited text under "### Remove multple images" (#20191) * Edited text under "### Remove multple images" * Address suggested changes --- guide/english/docker/docker-rmi/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ...`