diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-08 15:05:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-08 15:05:06 +0100 |
commit | 27caffbb240725255485deaaecd548663adbf1fd (patch) | |
tree | aa6bb260b836f8cb534cd494e953b781dffc57bd /docs/source/markdown/podman.1.md | |
parent | 0b9dd1a1a0e967e87c242c865cd244f90cb740e1 (diff) | |
parent | 40b74e02b77e83c377fdae83f626f83403b38152 (diff) | |
download | podman-27caffbb240725255485deaaecd548663adbf1fd.tar.gz podman-27caffbb240725255485deaaecd548663adbf1fd.tar.bz2 podman-27caffbb240725255485deaaecd548663adbf1fd.zip |
Merge pull request #4712 from openSUSE/untag-command
Add `untag` sub-command
Diffstat (limited to 'docs/source/markdown/podman.1.md')
-rw-r--r-- | docs/source/markdown/podman.1.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md index 01c750144..0c9ec3d1c 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -201,6 +201,7 @@ the exit codes follow the `chroot` standard, see below: | [podman-umount(1)](podman-umount.1.md) | Unmount a working container's root filesystem. | | [podman-unpause(1)](podman-unpause.1.md) | Unpause one or more containers. | | [podman-unshare(1)](podman-unshare.1.md) | Run a command inside of a modified user namespace. | +| [podman-untag(1)](podman-untag.1.md) | Removes one or more names from a locally-stored image. | | [podman-varlink(1)](podman-varlink.1.md) | Runs the varlink backend interface. | | [podman-version(1)](podman-version.1.md) | Display the Podman version information. | | [podman-volume(1)](podman-volume.1.md) | Simple management tool for volumes. | |