Files
podman/docs/podman-tag.1.md
Valentin Rothberg 1c0cd0796a docs: consistent format for example
All bash examples are now placed in a code section (```).  The PS1
prompt is set to `$`.

Signed-off-by: Valentin Rothberg <vrothberg@suse.com>

Closes: #1375
Approved by: rhatdan
2018-08-30 16:51:56 +00:00

685 B

% podman-tag "1"

NAME

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

SYNOPSIS

podman tag image[:tag] target-name[:tag] [--help|-h]

DESCRIPTION

Assigns a new alias to an image. An alias refers to the entire image name, including the optional tag after the :. If you do not provide tag, 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), crio(8)

HISTORY

July 2017, Originally compiled by Ryan Cole rycole@redhat.com