Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
podman-farm-list(1)	    General Commands Manual	   podman-farm-list(1)

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:

       +--------------+----------------------------+
       | Placeholder  |	Description		   |
       +--------------+----------------------------+
       | .Connections |	List of	all system connec- |
       |	      |	tions in the farm	   |
       +--------------+----------------------------+
       | .Default     |	Indicates  whether farm	is |
       |	      |	the default		   |
       +--------------+----------------------------+
       | .Name	      |	Farm name		   |
       +--------------+----------------------------+
       | .ReadWrite   |	Indicates if this farm can |
       |	      |	be modified using the pod- |
       |	      |	man farm commands	   |
       +--------------+----------------------------+

EXAMPLE
       List all	farms:

       $ podman	farm list
       Name	   Connections	Default	    ReadWrite
       farm1	   [f38	f37]	false	    true
       farm2	   [f37]	true	    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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=podman-farm-list&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help