docker tag
[root@docker nginx]# docker tag -h
Flag shorthand -h has been deprecated, please use —help
Usage: docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG]
Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
[root@docker nginx]# docker tag nginx:v1.17.6 liweiming0611/nginx:v1.17.6[root@docker nginx]#[root@docker nginx]# docker imagesREPOSITORY TAG IMAGE ID CREATED SIZEcd latest 2acb7d4366b0 16 minutes ago 126MBnginx v1.17.6 2acb7d4366b0 16 minutes ago 126MBliweiming0611/nginx v1.17.6 2acb7d4366b0 16 minutes ago 126MBdebian buster-slim e1af56d072b8 2 days ago 69.2MBauto-jenkins latest d83c74abb6ca 7 weeks ago 734MBdocker latest cf85f29ec76f 2 months ago 216MBtomcat latest 882487b8be1d 2 months ago 507MBcentos 6 d0957ffdf8a2 9 months ago 194MBcentos latest 9f38484d220f 9 months ago 202MB[root@docker nginx]#
