.nh .TH podman\-tag(1) .SH NAME .PP podman\-tag \- Add an additional name to a local image .SH SYNOPSIS .PP \fBpodman tag\fP \fIimage\fP[:\fItag\fP] [\fItarget\-name\fP[:\fItag\fP]...] [\fIoptions\fP] .PP \fBpodman image tag\fP \fIimage\fP[:\fItag\fP] [\fItarget\-name\fP[:\fItag\fP]...] [\fIoptions\fP] .SH DESCRIPTION .PP Assigns a new image name to an existing image. A full name refers to the entire image name, including the optional \fItag\fP after the \fB\fC:\fR\&. If there is no \fItag\fP provided, then podman will default to \fB\fClatest\fR for both the \fIimage\fP and the \fItarget\-name\fP\&. .SH OPTIONS .SS \fB\-\-help\fP, \fB\-h\fP .PP Print usage statement .SH EXAMPLES .PP .RS .nf $ podman tag 0e3bbc2 fedora:latest $ podman tag httpd myregistryhost:5000/fedora/httpd:v2 .fi .RE .SH SEE ALSO .PP podman(1) .SH HISTORY .PP December 2019, Update description to refer to 'name' instead of 'alias' by Sascha Grunert sgrunert@suse.com \[la]mailto:sgrunert@suse.com\[ra] July 2017, Originally compiled by Ryan Cole rycole@redhat.com \[la]mailto:rycole@redhat.com\[ra]