1podman-farm-update(1) General Commands Manual podman-farm-update(1)
2
3
4
6 podman-farm-update - Update an existing farm
7
8
10 podman farm update [options] name
11
12
14 Update a farm by either adding connections to it, removing connections
15 from it, or setting it as the new default farm.
16
17
19 --add, -a
20 Add new connections to an existing farm. Multiple connections can be
21 added at once.
22
23
24 --default, -d
25 Set the current farm as the default.
26
27
28 --remove, -r
29 Remove one or more connections from an existing farm.
30
31
33 $ podman farm update --add f35,f38 farm1
34
35 $ podman farm update --remove f35 farm1
36
37 $ podman farm update --default farm2
38
39
40
42 podman(1), podman-farm(1)
43
44
46 July 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat
47 dot com)s
48
49
50
51 podman-farm-update(1)