diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-07-21 13:18:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 13:18:33 -0400 |
commit | 6678385abc34521dc85a0a549ee306b73ebc2911 (patch) | |
tree | 9871eb7db3d040d3cee294b9812b488ea63beaa9 /docs/source/markdown/podman-container.1.md | |
parent | e3816ddb1185f83373725710ea91fc7ade5c4293 (diff) | |
parent | 6430c13160c0820caec137dcc32caf48a296ac4c (diff) | |
download | podman-6678385abc34521dc85a0a549ee306b73ebc2911.tar.gz podman-6678385abc34521dc85a0a549ee306b73ebc2911.tar.bz2 podman-6678385abc34521dc85a0a549ee306b73ebc2911.zip |
Merge pull request #10991 from vrothberg/fix-10799
[CI:DOCS] refine the runlabel man page
Diffstat (limited to 'docs/source/markdown/podman-container.1.md')
-rw-r--r-- | docs/source/markdown/podman-container.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-container.1.md b/docs/source/markdown/podman-container.1.md index e69c5a170..3cc90d9ec 100644 --- a/docs/source/markdown/podman-container.1.md +++ b/docs/source/markdown/podman-container.1.md @@ -38,7 +38,7 @@ The container command allows you to manage containers | restore | [podman-container-restore(1)](podman-container-restore.1.md) | Restores one or more containers from a checkpoint. | | rm | [podman-rm(1)](podman-rm.1.md) | Remove one or more containers. | | run | [podman-run(1)](podman-run.1.md) | Run a command in a container. | -| runlabel | [podman-container-runlabel(1)](podman-container-runlabel.1.md) | Executes a command as described by a container image label. | +| runlabel | [podman-container-runlabel(1)](podman-container-runlabel.1.md) | Executes a command as described by a container-image label. | | start | [podman-start(1)](podman-start.1.md) | Starts one or more containers. | | stats | [podman-stats(1)](podman-stats.1.md) | Display a live stream of one or more container's resource usage statistics. | | stop | [podman-stop(1)](podman-stop.1.md) | Stop one or more running containers. | |