summaryrefslogtreecommitdiff
path: root/docs/podman-varlink.1.md
blob: 68a0f08a211550b52e38e5a101a24a3c0a68b54c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
% 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.
-->

## CONFIGURATION

Users of the podman varlink service should enable the  io.projectatomic.podman.socket and io.projectatomic.podman.service.

You can do this via systemctl

systemctl enable --now io.projectatomic.podman.socket

## SEE ALSO
podman(1), systemctl(1)

## HISTORY
April 2018, Originally compiled by Brent Baude<bbaude@redhat.com>