Provided by: podman_4.9.3+ds1-1ubuntu0.2_amd64 bug

NAME

       podman-farm-list - List the existing farms

SYNOPSIS

       podman farm list [options]

       podman farm ls [options]

DESCRIPTION

       List all the existing farms.

OPTIONS

   --format=format
       Change  the  default output format.  This can be of a supported type like 'json' or a Go template.  Valid
       placeholders for the Go template listed below:

       ┌──────────────┬───────────────────────────────────────┐
       │ PlaceholderDescription                           │
       ├──────────────┼───────────────────────────────────────┤
       │ .Connections │ List of all system connections in the │
       │              │ farm                                  │
       ├──────────────┼───────────────────────────────────────┤
       │ .Default     │ Indicates whether farm is the default │
       ├──────────────┼───────────────────────────────────────┤
       │ .NameFarm name                             │
       └──────────────┴───────────────────────────────────────┘

EXAMPLE

       $ podman farm list
       Name        Connections  Default
       farm1       [f38 f37]    false
       farm2       [f37]        true

SEE ALSO

       podman(1), podman-farm(1)

HISTORY

       July 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat dot com)

                                                                                             podman-farm-list(1)