logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

podman-tag - Add an additional name to a local image

Description

       Assigns  a  new  image name to an existing image.  A full name refers to the entire image name, including
       the optional tag after the :.  If there is no tag provided, then Podman defaults to latest for  both  the
       image and the target-name.

Examples

       Tag specified image with an image name defaulting to :latest.

       $ podman tag 0e3bbc2 fedora:latest

       Tag specified image with fully specified image name.

       $ podman tag httpd myregistryhost:5000/fedora/httpd:v2

       Tag specified image with multiple tags.

       $ podman tag mymariadb mycontainerregistry.io/namespace/mariadb:10 mycontainerregistry.io/namespace/mariadb:10.11 mycontainerregistry.io/namespace/mariadb:10.11.12

History

       December   2019,   Update   description  to  refer  to  'name'  instead  of  'alias'  by  Sascha  Grunert
       sgrunert@suse.commailto:sgrunert@suse.com⟩   July   2017,   Originally   compiled   by   Ryan    Cole
       rycole@redhat.commailto:rycole@redhat.compodman-tag(1)

Name

       podman-tag - Add an additional name to a local image

Options

--help,-h
       Print usage statement

See Also

podman(1)

Synopsis

podmantagimage[:tag] [target-name[:tag]...] [options]

       podmanimagetagimage[:tag] [target-name[:tag]...] [options]

See Also