1podman-service(1)()                                        podman-service(1)()
2
3
4

NAME

6       podman-system-service - Run an API service
7
8

SYNOPSIS

10       podman system service [options]
11
12

DESCRIPTION

14       The podman system service command creates a listening service that will
15       answer API calls for Podman.  You may optionally  provide  an  endpoint
16       for  the  API  in  URI  form.   For  example, unix://tmp/foobar.sock or
17       tcp:localhost:8080.  If no endpoint is provided, defaults will be used.
18       The  default  endpoint  for a rootfull service is unix:/run/podman/pod‐
19       man.sock and rootless is unix:/$XDG_RUNTIME_DIR/podman/podman.sock (for
20       example unix:/run/user/1000/podman/podman.sock)
21
22

OPTIONS

24       --timeout, -t
25
26
27       The  time  until  the session expires in milliseconds. The default is 1
28       second. A value of 0 means no timeout and the session will not expire.
29
30
31       --varlink
32
33
34       Use the varlink protocol instead  of  the  REST-based  protocol.   This
35       option will be deprecated in the future.
36
37
38       --help, -h
39
40
41       Print usage statement.
42
43

EXAMPLES

45       Run an API listening for 5 seconds using the default socket.
46
47
48              podman system service --timeout 5000
49
50
51
52       Run  the  podman  varlink  service with an alternate URI and accept the
53       default timeout.
54
55
56              $ podman system service --varlink unix:/tmp/io.podman
57
58
59

SEE ALSO

61       podman(1), podman-varlink(1)
62
63

HISTORY

65       January  2020,  Originally  compiled  by  Brent  Baudebbaude@redhat.com
66       ⟨mailto:bbaude@redhat.com⟩
67
68
69
70                                                           podman-service(1)()
Impressum