Files
podman/docs/source/markdown/podman-farm-create.1.md
Daniel J Walsh 537490cb9c Fix up example description of podman-farm commands
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-02-18 08:02:29 -05:00

35 lines
873 B
Markdown

% podman-farm-create 1
## NAME
podman\-farm\-create - Create a new 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.
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.
## EXAMPLE
Create the specified farm:
```
$ podman farm create farm2
```
Create multiple farms:
```
$ podman farm create farm1 f37 f38
```
## SEE ALSO
**[podman(1)](podman.1.md)**, **[podman-farm(1)](podman-farm.1.md)**, **[podman-system-connection(1)](podman-system-connection.1.md)**, **[podman-system-connection-add(1)](podman-system-connection-add.1.md)**
## HISTORY
July 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat dot com)