1podman-tag(1)()                                                podman-tag(1)()
2
3
4

NAME

6       podman-tag - Add an additional name to a local image
7
8

SYNOPSIS

10       podman tag image[:tag] target-name[:tag] [options]
11
12
13       podman image tag image[:tag] target-name[:tag] [options]
14
15

DESCRIPTION

17       Assigns  a  new alias to an image.  An alias refers to the entire image
18       name, including the optional tag after the :.  If you  do  not  provide
19       tag,  podman  will  default  to  latest for both the image and the tar‐
20       get-name.
21
22

OPTIONS

24       --help, -h
25
26
27       Print usage statement
28
29

EXAMPLES

31              $ podman tag 0e3bbc2 fedora:latest
32
33              $ podman tag httpd myregistryhost:5000/fedora/httpd:v2
34
35
36

SEE ALSO

38       podman(1)
39
40

HISTORY

42       July  2017,  Originally  compiled  by   Ryan   Cole   rycole@redhat.com
43       ⟨mailto:rycole@redhat.com⟩
44
45
46
47                                                               podman-tag(1)()
Impressum