diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-08-11 04:13:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 04:13:32 -0400 |
commit | 92b088b4a52a14126c8af2870b4b587abd49f7cb (patch) | |
tree | 23d6afa5737452ac7567ad6ef7449023f049561b /docs/source/connection.rst | |
parent | 518e83250e3df04458a4d130a10f8914da11f3b7 (diff) | |
parent | 8f346c30c3e3b79830ffe2310074867a1fd88846 (diff) | |
download | podman-92b088b4a52a14126c8af2870b4b587abd49f7cb.tar.gz podman-92b088b4a52a14126c8af2870b4b587abd49f7cb.tar.bz2 podman-92b088b4a52a14126c8af2870b4b587abd49f7cb.zip |
Merge pull request #7266 from rhatdan/man
[CI:DOCS] Add missing pages for docs.podman.io
Diffstat (limited to 'docs/source/connection.rst')
-rw-r--r-- | docs/source/connection.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/source/connection.rst b/docs/source/connection.rst new file mode 100644 index 000000000..64eb18c57 --- /dev/null +++ b/docs/source/connection.rst @@ -0,0 +1,12 @@ +Manage the destination(s) for Podman service(s) +================= + +:doc:`add <markdown/podman-system-connection-add.1>` Record destination for the Podman service + +:doc:`default <markdown/podman-system-connection-default.1>` Set named destination as default for the Podman service + +:doc:`list <markdown/podman-system-connection-list.1>` List the destination for the Podman service(s) + +:doc:`remove <markdown/podman-system-connection-remove.1>` Delete named destination + +:doc:`rename <markdown/podman-system-connection-rename.1>` Rename the destination for Podman service |