podman-tag

Section: User Commands (1)
Index Return to Main Contents
 

NAME

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

 

SYNOPSIS

podman tag image[:tag] [target-name[:tag]...] [options]

podman image tag image[:tag] [target-name[:tag]...] [options]

 

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 will default to latest for both the image and the target-name.

 

OPTIONS

 

--help, -h

Print usage statement

 

EXAMPLES

$ podman tag 0e3bbc2 fedora:latest

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

 

SEE ALSO

podman(1)

 

HISTORY

December 2019, Update description to refer to 'name' instead of 'alias' by Sascha Grunert sgrunert@suse.com <mailto:sgrunert@suse.com> July 2017, Originally compiled by Ryan Cole rycole@redhat.com <mailto:rycole@redhat.com>


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
--help, -h
EXAMPLES
SEE ALSO
HISTORY

This document was created by man2html, using the manual pages.
Time: 16:25:23 GMT, May 18, 2024