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
These are arguments for bootc-image-builder, not for podman, they are specified after the image reference in the podman run command. Have you actually encountered an issue with the command?
ugh, it's not very well documented at the moment. The --local flag tells bootc-image-builder to use bootable container images from a local containers storage (mounted inside bootc-image-builder via -v /var/lib/containers/storage:/var/lib/containers/storage. This the recommended way to use bootc-image-builder. We even make it the default in #423.
If you don't specify --local, bootc-image-builder pulls the bootable container image itself.
The example from README.md contains
The documentation for podman run at https://docs.podman.io/en/latest/markdown/podman-run.1.html does not mention the --type and --local parameters.
The text was updated successfully, but these errors were encountered: