Replies: 1 comment
-
2GiB is not really a lot of space, wouldn't be easier to just provision more space to the user? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i wanna to limit rootfs size for a container in rootless mode using lvm and build new image ,however for large modify within container , build image always failed as
no space left on device
step 1: create lvs device
/home/user04/vol1
quota size is 1Gstep 2: modify storage.conf
step 3: create a container
step 4: add 900MiB files within test12 container
step 5: commit a new image named
docker.io/library/test12:v1
, however it can not workthe reason for step 5 failed is lvs device size is 1GiB, and i add 900MiB file to container, now test12 container diff is 900MiB, but
docker.io/library/test12:v1
image need 900MiB space, so the total size is 900MiB+900MiB is more than lvs device sizei don't want to build user04 image to
/home/user04/vol1
where the container stand on ,because it always failed for large modifyam i missing somthing or how can i do to resolve it?
Beta Was this translation helpful? Give feedback.
All reactions