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 images
REPOSITORY TAG IMAGE ID CREATED SIZE
cd latest 2acb7d4366b0 16 minutes ago 126MB
nginx v1.17.6 2acb7d4366b0 16 minutes ago 126MB
liweiming0611/nginx v1.17.6 2acb7d4366b0 16 minutes ago 126MB
debian buster-slim e1af56d072b8 2 days ago 69.2MB
auto-jenkins latest d83c74abb6ca 7 weeks ago 734MB
docker latest cf85f29ec76f 2 months ago 216MB
tomcat latest 882487b8be1d 2 months ago 507MB
centos 6 d0957ffdf8a2 9 months ago 194MB
centos latest 9f38484d220f 9 months ago 202MB
[root@docker nginx]#