cancel
Showing results for 
Search instead for 
Did you mean: 
Orphen
Cadet
Cadet
  • 128 Views

I'm finishing (RH304) v10.0 and I have issues with podman

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.

Labels (2)
0 Kudos
0 Replies
Join the discussion
You must log in to join this conversation.