NAME 名称

podman-farm-list - List the existing farms
podman-farm-list - 列出现有的农场

SYNOPSIS 概要

podman farm list [options]
podman farm list [选项]

podman farm ls [options] podman farm ls [选项]

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:
更改默认输出格式。这可以是支持的类型,如'json'或 Go 模板。下面列出了 Go 模板的有效占位符:

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
指示此农场是否可以使用 podman farm 命令进行修改

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)
2023 年 7 月,最初由 Urvashi Mohnani (umohnani at redhat dot com) 编译