logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

podman-farm-list - List the existing farms

Description

       List all the existing farms.

Example

       List all farms:

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

History

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

                                                                                             podman-farm-list(1)

Name

       podman-farm-list - List 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 │
       ├──────────────┼───────────────────────────────────────┤
       │ .NameFarmname                             │
       ├──────────────┼───────────────────────────────────────┤
       │ .ReadWrite   │ Indicates  if  this   farm   can   be │
       │              │ modified   using   the   podman  farm │
       │              │ commands                              │
       └──────────────┴───────────────────────────────────────┘

See Also

podman(1), podman-farm(1)

Synopsis

podmanfarmlist [options]

       podmanfarmls [options]

See Also