Open
Description
As someone who used the workflow of "install to-filesystem" to get a system compatible with bootable containers. I used the following command (successfully):
$ sudo yum install -y podman
$ sudo podman run --rm --privileged --pid=host --security-opt label=type:unconfined_t -v /:/target
-v /var/lib/containers:/var/lib/containers quay.io/swalter/monday:1.0 bootc
install to-filesystem --karg=console=ttyS0,115200n8 --replace=alongside /target
$ sudo reboot
This command is not discoverable. I would have expected the to use the bootc
command directly, or have a much simpler podman command.
Activity