mirror of
https://github.com/containers/podman.git
synced 2025-08-03 01:37:51 +08:00

Podman farm update allows users to update a farm by addig connections, removing connections, or changing the default farm. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
851 B
851 B
% podman-farm-update 1
NAME
podman-farm-update - Update an existing farm
SYNOPSIS
podman farm update [options] name
DESCRIPTION
Update a farm by either adding connections to it, removing connections from it, or setting it as the new default farm.
OPTIONS
--add, -a
Add new connections to an existing farm. Multiple connections can be added at once.
--default, -d
Set the current farm as the default.
--remove, -r
Remove one or more connections from an existing farm.
EXAMPLE
$ podman farm update --add f35,f38 farm1
$ podman farm update --remove f35 farm1
$ podman farm update --default farm2
SEE ALSO
HISTORY
July 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat dot com)s