summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-06-30 05:29:20 -0400
committerGitHub <noreply@github.com>2021-06-30 05:29:20 -0400
commit4dc87c2a3a45db32fbded8b4a0a23d874b3e464a (patch)
tree75de4792437cb0f2e6d0209d1213910313bea027 /docs
parent1846070f051d36950846787e0045a3ad4724ed66 (diff)
parent2ce78aace682084393f1cda07c2bca0bbb773c95 (diff)
downloadpodman-4dc87c2a3a45db32fbded8b4a0a23d874b3e464a.tar.gz
podman-4dc87c2a3a45db32fbded8b4a0a23d874b3e464a.tar.bz2
podman-4dc87c2a3a45db32fbded8b4a0a23d874b3e464a.zip
Merge pull request #10821 from jwhonce/wip/connection
Enhance system connection add URL input
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-system-connection-add.1.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-system-connection-add.1.md b/docs/source/markdown/podman-system-connection-add.1.md
index 32c16d6a1..ad9acb4d8 100644
--- a/docs/source/markdown/podman-system-connection-add.1.md
+++ b/docs/source/markdown/podman-system-connection-add.1.md
@@ -10,6 +10,8 @@ podman\-system\-connection\-add - Record destination for the Podman service
Record ssh destination for remote podman service(s). The ssh destination is given as one of:
- [user@]hostname[:port]
- ssh://[user@]hostname[:port]
+ - unix://path
+ - tcp://hostname:port
The user will be prompted for the remote ssh login password or key file pass phrase as required. The `ssh-agent` is supported if it is running.
@@ -38,6 +40,10 @@ Path to the Podman service unix domain socket on the ssh destination host
$ podman system connection add QA podman.example.com
$ podman system connection add --identity ~/.ssh/dev_rsa production ssh://root@server.example.com:2222
+
+$ podman system connection add unix:///run/podman/podman.sock
+
+$ podman system connection add tcp://localhost:8080
```
## SEE ALSO
podman-system(1) , podman-system-connection(1) , containers.conf(5)