diff options
author | Jhon Honce <jhonce@redhat.com> | 2020-07-21 10:36:44 -0700 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-08-20 12:16:53 -0400 |
commit | ee956b04b05eed25d3aec967d8c68e7d1418fa09 (patch) | |
tree | bc73b8f62aa49b1b414bb9be129eb063da82219d /docs/source/markdown/podman-system-connection-list.1.md | |
parent | 7c13b8c12f0382c921d10ba917c558d3ed6c0fb4 (diff) | |
download | podman-ee956b04b05eed25d3aec967d8c68e7d1418fa09.tar.gz podman-ee956b04b05eed25d3aec967d8c68e7d1418fa09.tar.bz2 podman-ee956b04b05eed25d3aec967d8c68e7d1418fa09.zip |
[WIP] Refactor podman system connection
* Add support to manage multiple connections
* Add connection
* Remove connection
* Rename connection
* Set connection as default
* Add markdown/man pages
* Fix recursion in hack/xref-helpmsgs-manpages
Signed-off-by: Jhon Honce <jhonce@redhat.com>
<MH: Fixed build after rebase>
Signed-off-by: Matt Heon <matthew.heon@pm.me>
Diffstat (limited to 'docs/source/markdown/podman-system-connection-list.1.md')
-rw-r--r-- | docs/source/markdown/podman-system-connection-list.1.md | 24 |
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) |