summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-system-connection-list.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-24 17:01:40 +0200
committerGitHub <noreply@github.com>2020-07-24 17:01:40 +0200
commit22b1483902ed17fa6b0fd778575088be257800c2 (patch)
tree7e3796e033d3b04af0ebab2ef7adfbd9d8552ad3 /docs/source/markdown/podman-system-connection-list.1.md
parentd9244761e4a637f8b2a109ba4b85fd0cc6bd34dc (diff)
parent964d3300c657047bb16c261e3ca5bdf4e0e1c3e5 (diff)
downloadpodman-22b1483902ed17fa6b0fd778575088be257800c2.tar.gz
podman-22b1483902ed17fa6b0fd778575088be257800c2.tar.bz2
podman-22b1483902ed17fa6b0fd778575088be257800c2.zip
Merge pull request #6938 from jwhonce/wip/n-connection
Refactor podman system connection
Diffstat (limited to 'docs/source/markdown/podman-system-connection-list.1.md')
-rw-r--r--docs/source/markdown/podman-system-connection-list.1.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-system-connection-list.1.md b/docs/source/markdown/podman-system-connection-list.1.md
new file mode 100644
index 000000000..f5fb5c8e3
--- /dev/null
+++ b/docs/source/markdown/podman-system-connection-list.1.md
@@ -0,0 +1,24 @@
+% podman-system-connection-list(1)
+
+## NAME
+podman\-system\-connection\-list - List the destination for the Podman service(s)
+
+## SYNOPSIS
+**podman system connection list**
+
+**podman system connection ls**
+
+## DESCRIPTION
+List ssh destination(s) for podman service(s).
+
+## EXAMPLE
+```
+$ podman system connection list
+Name URI Identity
+devl ssh://root@example.com/run/podman/podman.sock ~/.ssh/id_rsa
+```
+## SEE ALSO
+podman-system(1) , containers.conf(5)
+
+## HISTORY
+July 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)