Files
podman/docs/podman-tag.1.md
Daniel J Walsh 71487466fb Cleanup man pages
Format md files to work properly when converted to man pages.
Add sed command to cleanup table in podman man page.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #842
Approved by: mheon
2018-05-30 13:49:45 +00:00

634 B

% podman-tag "1"

NAME

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

SYNOPSIS

podman [GLOBAL OPTIONS] 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 a :TAG, podman will assume a :TAG of "latest" for both the IMAGE and the TARGET_NAME.

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