1podman-system-connection-list(1)()          podman-system-connection-list(1)()
2
3
4

NAME

6       podman-system-connection-list  -  List  the  destination for the Podman
7       service(s)
8
9

SYNOPSIS

11       podman system connection list [options]
12
13
14       podman system connection ls [options]
15
16

DESCRIPTION

18       List ssh destination(s) for podman service(s).
19
20

OPTIONS

22   --format=format
23       Change the default output format.  This can be of a supported type like
24       'json' or a Go template.  Valid placeholders for the Go template listed
25       below:
26
27
28       ┌────────────┬──────────────────────────────┐
29Placeholder Description                  
30       ├────────────┼──────────────────────────────┤
31.Name       │ Connection Name/Identifier   │
32       ├────────────┼──────────────────────────────┤
33.Identity   │ Path  to  file  containing   │
34       │            │ SSH identity                 │
35       ├────────────┼──────────────────────────────┤
36.URI        │ URI   to  podman  service.   │
37       │            │ Valid     schemes      are   │
38       │            │ ssh://[user@]host[:port]Unix
39       │            │ domain         socket[?se‐   │
40       │            │ cure=True],    unix://Unix
41       │            │ domain     socket,     and   │
42       │            │ tcp://localhost[:port]       │
43       └────────────┴──────────────────────────────┘
44
45       An asterisk is appended to the default connection.
46
47

EXAMPLE

49              $ podman system connection list
50              Name URI                                           Identity
51              devl ssh://root@example.com/run/podman/podman.sock ~/.ssh/id_rsa
52
53
54

SEE ALSO

56       podman-system(1) , containers.conf(5)
57
58

HISTORY

60       July 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)
61
62
63
64                                            podman-system-connection-list(1)()
Impressum