You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add two new fields Farms and DefaultFarm to the Config
to be used by the new podman buildfarm command.
Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
Copy file name to clipboardExpand all lines: docs/containers.conf.5.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -848,6 +848,17 @@ Virtualization provider to be used for running a podman-machine VM. Empty value
848
848
is interpreted as the default provider for the current host OS. On Linux/Mac
849
849
default is `QEMU` and on Windows it is `WSL`.
850
850
851
+
## FARMS TABLE
852
+
The `farms` table contains configuration options used to group up remote connections into farms that will be used when sending out builds to different machines in a farm via `podman buildfarm`.
853
+
854
+
**default**=""
855
+
856
+
The default farm to use when farming out builds.
857
+
858
+
**[farms.list]**
859
+
860
+
Map of farms created where the key is the farm name and the value is the list of system connections.
0 commit comments