Skip to content

Commit

Permalink
Add missing volume mount to README
Browse files Browse the repository at this point in the history
The current command fails if no mounted containers storage,
add podman mount to fix it.

Signed-off-by: Sagi Shnaidman <[email protected]>
  • Loading branch information
sshnaidm authored and achilleas-k committed May 21, 2024
1 parent 37d9c48 commit 12d249b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ sudo podman run \
--security-opt label=type:unconfined_t \
-v $(pwd)/config.toml:/config.toml \
-v $(pwd)/output:/output \
-v /var/lib/containers/storage:/var/lib/containers/storage \
quay.io/centos-bootc/bootc-image-builder:latest \
--type qcow2 \
--local \
Expand Down

0 comments on commit 12d249b

Please sign in to comment.