mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-21 07:47:52 +00:00
The farm command is helpful when it comes to building multi-architecture container images, with a build out on various different CPU architecture machines (e.g. amd64, arm64 etc). This produces a multi-architecture image usable on many different kinds of machines. Once those farms are built, we can list them out (ls) in a human readable format. Currently, podman farm list prints out every field (name, connections, default, etc). The --quiet/-q flags cut the noise by only printing the names of the farms, rather than all the other farm list metadata. The benefit of having this feature is for automation and scripts to pull just the farm names from the list, which is mostly important for CI pipelines to loop over. Signed-off-by: umar11b <uzaman2018@gmail.com> |
||
|---|---|---|
| .. | ||
| _static | ||
| markdown | ||
| Commands.rst | ||
| conf.py | ||
| includes.rst | ||
| index.rst | ||
| Introduction.rst | ||
| Reference.rst | ||
| Search.rst | ||
| Tutorials.rst | ||