diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-16 10:15:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 10:15:09 -0700 |
commit | 8c4d4b58eee5e6d759199c36560af738aadc521d (patch) | |
tree | 0dde673d17676e81d109d2cc74e7b12393b79648 /commands-demo.md | |
parent | c1bafb8b5a70d2d9431f5e4a580fb09c890cc832 (diff) | |
parent | a037d9cd4d038482d3ff16c5f7060a3bbe784ba9 (diff) | |
download | podman-8c4d4b58eee5e6d759199c36560af738aadc521d.tar.gz podman-8c4d4b58eee5e6d759199c36560af738aadc521d.tar.bz2 podman-8c4d4b58eee5e6d759199c36560af738aadc521d.zip |
Merge pull request #5597 from sujil02/systemd-updates
Update podman-generate-systemd man page
Diffstat (limited to 'commands-demo.md')
-rw-r--r-- | commands-demo.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands-demo.md b/commands-demo.md index bf02a5be0..a32fdbcad 100644 --- a/commands-demo.md +++ b/commands-demo.md @@ -24,7 +24,7 @@ | [podman-export(1)](https://podman.readthedocs.io/en/latest/markdown/podman-export.1.html) | Export container's filesystem contents as a tar archive | | [podman-generate(1)](https://podman.readthedocs.io/en/latest/generate.html) | Generate structured output based on Podman containers and pods | | [podman-generate-kube(1)](https://podman.readthedocs.io/en/latest/markdown/podman-generate-kube.1.html) | Generate Kubernetes YAML based on a pod or container | -| [podman-generate-systemd(1)](https://podman.readthedocs.io/en/latest/markdown/podman-generate-systemd.1.html) | Generate systemd unit file(s) for a container. Not supported for the remote client | +| [podman-generate-systemd(1)](https://podman.readthedocs.io/en/latest/markdown/podman-generate-systemd.1.html) | Generate systemd unit file(s) for a container or pod. Not supported for the remote client | | [podman-history(1)](https://podman.readthedocs.io/en/latest/markdown/podman-history.1.html) | Shows the history of an image | | [podman-image(1)](https://podman.readthedocs.io/en/latest/image.html) | Manage Images | | [podman-image-exists(1)](https://podman.readthedocs.io/en/latest/markdown/podman-image-exists.1.html) | Check if an image exists in local storage | |