1podman-system-connection-list(1)() podman-system-connection-list(1)()
2
3
4
6 podman-system-connection-list - List the destination for the Podman
7 service(s)
8
9
11 podman system connection list [options]
12
13
14 podman system connection ls [options]
15
16
18 List ssh destination(s) for podman service(s).
19
20
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 ┌────────────┬──────────────────────────────┐
29 │Placeholder │ 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 │.Default │ Indicates whether connection │
45 │ │ is the default │
46 └────────────┴──────────────────────────────┘
47
49 $ podman system connection list
50 Name URI Identity Default
51 devl ssh://root@example.com:/run/podman/podman.sock ~/.ssh/id_rsa True
52 devl ssh://user@example.com:/run/user/1000/podman/podman.sock ~/.ssh/id_rsa False
53
54
55
57 podman(1), podman-system(1), podman-system-connection(1)
58
59
61 July 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)
62
63
64
65 podman-system-connection-list(1)()