1
0
mirror of https://github.com/docker/cli.git synced 2025-07-30 17:03:07 +03:00

Remove duplicate word in push.md

Signed-off-by: Roch Feuillade <roch.feuillade@pandobac.com>
This commit is contained in:
rochfeu
2021-01-06 09:25:10 +01:00
committed by Roch
parent 2560cc664b
commit 69b5487e39

View File

@ -76,7 +76,7 @@ listed.
### Push all tags of an image ### Push all tags of an image
Use the `-a` (or `--all-tags`) option to push To push all tags of a local image. Use the `-a` (or `--all-tags`) option to push all tags of a local image.
The following example creates multiple tags for an image, and pushes all those The following example creates multiple tags for an image, and pushes all those
tags to Docker Hub. tags to Docker Hub.