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=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:
Placeholder | Description |
.Connections | List of all system connections in the farm |
.Default | Indicates whether farm is the default |
.Name | Farm name |
.ReadWrite | Indicates if this farm can be modified using the podman farm commands |
Example
List all farms:
$ podman farm list Name Connections Default ReadWrite farm1 [f38 f37] false true farm2 [f37] true true
See Also
History
July 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat dot com)
Referenced By
The man page docker-farm-list(1) is an alias of podman-farm-list(1).