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
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       December 2019, Update description to refer to 'name' instead of 'alias'
43       by  Sascha  Grunert  sgrunert@suse.com  ⟨mailto:sgrunert@suse.com⟩ July
44       2017,   Originally   compiled   by    Ryan    Cole    rycole@redhat.com
45       ⟨mailto:rycole@redhat.com⟩
46
47
48
49                                                               podman-tag(1)()
Impressum