podman-farm-list - Man Page

List the existing farms

Synopsis

podman farm list [options]

podman farm ls [options]

Description

List all the existing farms.

Options

--format, -f=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
.ConnectionsList of all system connections in the farm
.DefaultIndicates 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)

Referenced By

podman-farm(1).

The man page docker-farm-list(1) is an alias of podman-farm-list(1).