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
20       (for example unix:///run/user/1000/podman/podman.sock)
21
22
23       To  access  the API service inside a container: - mount the socket as a
24       volume - run the container with --security-opt label:disable
25
26
27       The REST API provided by podman system service is split into two parts:
28       a  compatibility layer offering support for the Docker v1.40 API, and a
29       Podman-native Libpod layer.  Documentation for the latter is  available
30       at  https://docs.podman.io/en/latest/_static/api.html.   Both  APIs are
31       versioned, but the server will not reject requests with an  unsupported
32       version set.
33
34
35       Note:  The  default  systemd  unit  files  (system and user) change the
36       log-level option to info from error. This  change  provides  additional
37       information on each API call.
38
39

OPTIONS

41   --time, -t
42       The  time  until  the session expires in seconds. The default is 5 sec‐
43       onds. A value of 0 means no timeout, therefore the session will not ex‐
44       pire.
45
46
47   --help, -h
48       Print usage statement.
49
50

EXAMPLES

52       Run an API listening for 5 seconds using the default socket.
53
54
55              podman system service --time 5
56
57
58

SEE ALSO

60       podman(1), podman-system-service(1), podman-system-connection(1)
61
62

HISTORY

64       January  2020,  Originally  compiled by Brent Baude <bbaude@redhat.com>
65       November 2020, Updated by Jhon Honce (jhonce at redhat dot com)
66
67
68
69                                                           podman-service(1)()
Impressum