summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-03-26 09:39:14 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-04-23 14:29:45 +0000
commit8493dba23c73617d9529b7ca13b400d50ac6f455 (patch)
treec0de0c67334b9fa7166e01cae95dc560c1e2455a /docs
parentcf1d884ffa45b342f38a78189bbd86186ce6cbfe (diff)
downloadpodman-8493dba23c73617d9529b7ca13b400d50ac6f455.tar.gz
podman-8493dba23c73617d9529b7ca13b400d50ac6f455.tar.bz2
podman-8493dba23c73617d9529b7ca13b400d50ac6f455.zip
Initial varlink implementation
Signed-off-by: baude <bbaude@redhat.com> Closes: #627 Approved by: mheon
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-varlink.1.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/podman-varlink.1.md b/docs/podman-varlink.1.md
new file mode 100644
index 000000000..af50ad9dc
--- /dev/null
+++ b/docs/podman-varlink.1.md
@@ -0,0 +1,38 @@
+% podman(1) podman-varlink - Waits on a container
+% Brent Baude
+# podman-varlink "1" "April 2018" "podman"
+
+## NAME
+podman varlink - Runs the varlink backend interface
+
+## SYNOPSIS
+**podman varlink**
+[**--help**|**-h**]
+VARLINK_URI
+
+## DESCRIPTION
+Starts the varlink service that allows varlink clients to interact with podman.
+<!--
+More will go here as the docs and api firm up.
+-->
+
+**podman [GLOBAL OPTIONS] varlink **
+
+## GLOBAL OPTIONS
+
+**--help, -h**
+ Print usage statement
+
+## EXAMPLES
+
+ podman varlink unix:/run/io.projectatomic.podman
+<!--
+ TODO: More examples with TCP can be added when that works
+ as well.
+-->
+
+## SEE ALSO
+podman(1)
+
+## HISTORY
+April 2018, Originally compiled by Brent Baude<bbaude@redhat.com>