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 image name to an existing image.  A full name refers to
18       the entire image name, including the optional  tag  after  the  :.   If
19       there  is  no tag provided, then podman will default to latest for both
20       the image and the target-name.
21
22

OPTIONS

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

EXAMPLES

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

SEE ALSO

36       podman(1)
37
38

HISTORY

40       December 2019, Update description to refer to 'name' instead of 'alias'
41       by  Sascha  Grunert  sgrunert@suse.com  ⟨mailto:sgrunert@suse.com⟩ July
42       2017,   Originally   compiled   by    Ryan    Cole    rycole@redhat.com
43       ⟨mailto:rycole@redhat.com⟩
44
45
46
47                                                               podman-tag(1)()
Impressum