NAME¶ 名称
podman-farm-create - Create a new farm
podman-farm-create - 创建一个新的 farm
SYNOPSIS¶ 概要
podman farm create name [connections]
DESCRIPTION¶ 描述
Create a new farm with connections that Podman knows about which were added via the
podman system connection add command.
使用通过 podman 系统连接添加命令添加的 Podman 知道的连接创建一个新的 farm。
An empty farm can be created without adding any connections to it. Add or remove
connections from a farm via the podman farm update command.
可以在不添加任何连接的情况下创建一个空的农场。通过 podman farm update 命令添加或删除农场的连接。
EXAMPLE¶ 例子 ¶
Create the specified farm:
创建指定的农场:
$ podman farm create farm2
Create multiple farms: 创建多个农场:
$ podman farm create farm1 f37 f38
SEE ALSO¶ 参见 ¶
podman(1), podman-farm(1), podman-system-connection(1), podman-system-connection-add(1)
HISTORY¶ 历史 ¶
July 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat dot com)
2023 年 7 月,最初由 Urvashi Mohnani (umohnani at redhat dot com) 编译