Files
podman/docs/podman-tag.1.md
Daniel J Walsh 7db2994a81 Remove old crio reference from man pages
Seems like we have some old references to crio man pages left
over in the docs, since we don't mention crio in man pages
we should not be referencing the man page in the see-also.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2019-04-13 06:31:00 -04:00

676 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)

HISTORY

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