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
$ bin/podman farm --help...Available Commands: build Build a container image for multiple architectures create Create a new farm list List all existing farms remove Remove one or more farms update Update an existing farmOptions: -f, --farm string Farm to use for builds (default "myfarm")
The -f/--farm option must be moved to podman farm build.
The text was updated successfully, but these errors were encountered:
The option `farm` which is used to specify the farm to be used, is moved to farm build command from farm command.
closescontainers#20752
Signed-off-by: Chetan Giradkar <cgiradka@redhat.com>
The option `farm` which is used to specify the farm to be used, is moved to farm build command from farm command.
closescontainers#20752
Signed-off-by: Chetan Giradkar <cgiradka@redhat.com>
The
-f/--farm
option must be moved topodman farm build
.The text was updated successfully, but these errors were encountered: