1podman-farm-list(1)         General Commands Manual        podman-farm-list(1)
2
3
4

NAME

6       podman-farm-list - List the existing farms
7
8

SYNOPSIS

10       podman farm list [options]
11
12
13       podman farm ls [options]
14
15

DESCRIPTION

17       List all the existing farms.
18
19

OPTIONS

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       ┌─────────────┬────────────────────────────┐
28Placeholder  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

EXAMPLE

40       $ podman farm list
41       Name        Connections  Default
42       farm1       [f38 f37]    false
43       farm2       [f37]        true
44
45
46

SEE ALSO

48       podman(1), podman-farm(1)
49
50

HISTORY

52       July  2023,  Originally compiled by Urvashi Mohnani (umohnani at redhat
53       dot com)
54
55
56
57                                                           podman-farm-list(1)
Impressum