summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-untag.1.md
blob: 3a54283d6486b6efbae1b296e51709a52d79edfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
% podman-untag(1)

## NAME
podman\-untag - Removes one or more names from a locally-stored image

## SYNOPSIS
**podman untag** *image*[:*tag*] [*target-names*[:*tag*]] [*options*]

**podman image untag** *image*[:*tag*] [target-names[:*tag*]] [*options*]

## DESCRIPTION
Removes one or all names of an image. A name refers to the entire image name,
including the optional *tag* after the `:`. If no target image names are
specified, `untag` will remove all tags for the image at once.

## OPTIONS

**--help**, **-h**

Print usage statement

## EXAMPLES

```
$ podman untag 0e3bbc2

$ podman untag imageName:latest otherImageName:latest

$ podman untag httpd myregistryhost:5000/fedora/httpd:v2
```


## SEE ALSO
podman(1)

## HISTORY
December 2019, Originally compiled by Sascha Grunert <sgrunert@suse.com>