diff options
author | Matthew Heon <mheon@redhat.com> | 2020-02-06 13:19:50 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-02-06 13:41:57 -0500 |
commit | 41b735af053b85aeacc65e45d068246cad789cd7 (patch) | |
tree | 505c334ba4cda39f63a378e5209df25c41b6c05a /docs/source/markdown/podman.1.md | |
parent | 62111bceb7dab4fc51760b86f762df3716f296fc (diff) | |
download | podman-41b735af053b85aeacc65e45d068246cad789cd7.tar.gz podman-41b735af053b85aeacc65e45d068246cad789cd7.tar.bz2 podman-41b735af053b85aeacc65e45d068246cad789cd7.zip |
Move podman-service to podman-system-service
Fixes #5108
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman.1.md')
-rw-r--r-- | docs/source/markdown/podman.1.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md index af0e55925..853b5ecec 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -191,7 +191,6 @@ the exit codes follow the `chroot` standard, see below: | [podman-rmi(1)](podman-rmi.1.md) | Removes one or more locally stored images. | | [podman-run(1)](podman-run.1.md) | Run a command in a new container. | | [podman-save(1)](podman-save.1.md) | Save an image to a container archive. | -| [podman-service(1)](podman-service.1.md) | Run an API service | | [podman-search(1)](podman-search.1.md) | Search a registry for an image. | | [podman-start(1)](podman-start.1.md) | Start one or more containers. | | [podman-stats(1)](podman-stats.1.md) | Display a live stream of one or more container's resource usage statistics. | |