diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-01 20:48:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 20:48:25 +0200 |
commit | d0d1af338a500f2ad00d5ce0638901465602817d (patch) | |
tree | 327a081bd2243ffcbdf786a940b1dc82d041bea5 /docs/source/markdown/podman.1.md | |
parent | 0085fbb488eec30e71e6cced6a06dbdb134e32a6 (diff) | |
parent | 050f3291b9ef8788510b78c543055638275eb20f (diff) | |
download | podman-d0d1af338a500f2ad00d5ce0638901465602817d.tar.gz podman-d0d1af338a500f2ad00d5ce0638901465602817d.tar.bz2 podman-d0d1af338a500f2ad00d5ce0638901465602817d.zip |
Merge pull request #15276 from cdoern/update
implement podman update
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 d1192b6d2..8c3af2561 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -355,6 +355,7 @@ the exit codes follow the `chroot` standard, see below: | [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-update(1)](podman-update.1.md) | Updates the cgroup configuration of a given container. | | [podman-version(1)](podman-version.1.md) | Display the Podman version information. | | [podman-volume(1)](podman-volume.1.md) | Simple management tool for volumes. | | [podman-wait(1)](podman-wait.1.md) | Wait on one or more containers to stop and print their exit codes. | |