1podman-farm-list(1) General Commands Manual podman-farm-list(1)
2
3
4
6 podman-farm-list - List the existing farms
7
8
10 podman farm list [options]
11
12
13 podman farm ls [options]
14
15
17 List all the existing farms.
18
19
21 --format, -f=format
22 Change the default output format. This can be of a supported type like
23 'json' or a Go template. Valid placeholders for the Go template listed
24 below:
25
26
27 ┌─────────────┬────────────────────────────┐
28 │Placeholder │ Description │
29 ├─────────────┼────────────────────────────┤
30 │.Connections │ List of all system connec‐ │
31 │ │ tions in the farm │
32 ├─────────────┼────────────────────────────┤
33 │.Default │ Indicates whether farm is │
34 │ │ the default │
35 ├─────────────┼────────────────────────────┤
36 │.Name │ Farm name │
37 └─────────────┴────────────────────────────┘
38
40 $ podman farm list
41 Name Connections Default
42 farm1 [f38 f37] false
43 farm2 [f37] true
44
45
46
48 podman(1), podman-farm(1)
49
50
52 July 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat
53 dot com)
54
55
56
57 podman-farm-list(1)