Hello All!
I'm mastering skills of redhat right now in order to pass ex200 v10.
I am strugling right now with an issue happened in labs and also my personal machine.
This point exactly say this:
sudo podman run \
--rm \
-it \
--privileged \
--security-opt label=type:unconfined_t \
-v ./config.toml:/config.toml \
-v ./output:/output \
registry.redhat.io/rhel10/bootc-image-builder \
--type qcow2 \
registry.lab.example.com/user/bootc-httpd:latest
But when I run it, it says
2025/11/02 19:39:44 error: cannot build manifest: could not access container storage, did you forget -v /var/lib/containers/storage:/var/lib/containers/storage? (cannot find "/var/lib/containers/storage/overlay" (missing -v /var/lib/containers/storage:/var/lib/containers/storage mount?))
O the page, there is no explanation about storage. What I missing here? I am not used to manage podman.. Firsts steps here.
Thank you for reading.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.