mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Remove duplicate sentence
This commit is contained in:
committed by
Joao Fernandes
parent
170c245b6a
commit
610f952eca
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user