aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-system-connection-default.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-default.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-default.1.md')
-rw-r--r--docs/source/markdown/podman-system-connection-default.1.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-system-connection-default.1.md b/docs/source/markdown/podman-system-connection-default.1.md
new file mode 100644
index 000000000..f324f8c01
--- /dev/null
+++ b/docs/source/markdown/podman-system-connection-default.1.md
@@ -0,0 +1,20 @@
+% podman-system-connection-default(1)
+
+## NAME
+podman\-system\-connection\-default - Set named destination as default for the Podman service
+
+## SYNOPSIS
+**podman system connection default** *name*
+
+## DESCRIPTION
+Set named ssh destination as default destination for the Podman service.
+
+## EXAMPLE
+```
+$ podman system connection default production
+```
+## SEE ALSO
+podman-system(1) , podman-system-connection(1) , containers.conf(5)
+
+## HISTORY
+July 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)