github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/podman-farm-create.1.md (about)

     1  % podman-farm-create 1
     2  
     3  ## NAME
     4  podman\-farm\-create - Create a new farm
     5  
     6  ## SYNOPSIS
     7  **podman farm create** *name* [*connections*]
     8  
     9  ## DESCRIPTION
    10  Create a new farm with connections that Podman knows about which were added via the
    11  *podman system connection add* command.
    12  
    13  An empty farm can be created without adding any connections to it. Add or remove
    14  connections from a farm via the *podman farm update* command.
    15  
    16  ## EXAMPLE
    17  
    18  
    19  
    20  Create the specified farm:
    21  ```
    22  $ podman farm create farm2
    23  ```
    24  
    25  Create multiple farms:
    26  ```
    27  $ podman farm create farm1 f37 f38
    28  ```
    29  
    30  ## SEE ALSO
    31  **[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)**
    32  
    33  ## HISTORY
    34  July 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat dot com)