From 610f952ecac5d9f7fbbd8bc054f8b5431ee9dfeb Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Mon, 5 Mar 2018 09:07:10 -0800 Subject: [PATCH] Remove duplicate sentence --- get-started/part2.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/get-started/part2.md b/get-started/part2.md index 3f8126ac7d..b55f90c0f2 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -311,10 +311,11 @@ docker tag friendlyhello john/get-started:part2 ``` Run [docker image ls](/engine/reference/commandline/image_ls/) to see your newly -tagged image. (You can also use `docker image ls`.) +tagged image. ```shell $ docker image ls + REPOSITORY TAG IMAGE ID CREATED SIZE friendlyhello latest d9e555c53008 3 minutes ago 195MB john/get-started part2 d9e555c53008 3 minutes ago 195MB