% podman-tag "1"
podman-tag - Add an additional name to a local image
podman tag image[:tag] target-name[:tag] [--help|-h]
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.
--help, -h
Print usage statement
$ podman tag 0e3bbc2 fedora:latest
$ podman tag httpd myregistryhost:5000/fedora/httpd:v2
podman(1)
July 2017, Originally compiled by Ryan Cole [email protected]