podman/docs/podman-tag.1.md
Daniel J Walsh 5770dc2640 Rename all references to kpod to podman
The decision is in, kpod is going to be named podman.

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

Closes: #145
Approved by: umohnani8
2017-12-18 16:46:05 +00:00

715 B

% podman(1) podman-tag - Add tags to an image % Ryan Cole

podman-tag "1" "July 2017" "podman"

NAME

podman tag - Add an additional name to a local image

SYNOPSIS

podman tag [--help|-h]

DESCRIPTION

Assigns a new alias to an image in a registry. An alias refers to the entire image name, including the optional TAG after the ':'

podman [GLOBAL OPTIONS]

podman [GLOBAL OPTIONS] tag [OPTIONS]

GLOBAL 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), crio.conf(5)

HISTORY

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