mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00

Update farm build to directly push images to a registry after all the builds are complete on all the nodes. A manifest list is then created locally and pushed to the registry as well. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
665 B
665 B
% 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
$ podman farm create farm1 f37 f38
$ podman farm farm2
SEE ALSO
HISTORY
July 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat dot com)