ID-mapped copy of layer? #25374
Closed
RRadziejewski
started this conversation in
General
Replies: 2 comments
-
Do not care about error itself i just interrputed this copying since it could take ages... |
Beta Was this translation helpful? Give feedback.
0 replies
-
/close |
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.
-
Background: I have a huge image and wan't to preserve the uid inside a container
Problem: When i run podman it tries to create ID-mapped copy of all layers... my image is 50GB, this is super problematic and inefficient
Error: creating container storage: creating an ID-mapped copy of layer "fae81fd655ece87916cc0ab4b1cdb460163f256fffd86036f56d4277d5cd32a3": signal: interrupt
Execution
podman run -it --privileged --userns=keep-id --user=$(id -u):$(id -g) - v /home/localuser:/home/containerusergitlab.registry:500/mysuperbigassimage:latest
Environment:
Any help appreciated please!!!
Beta Was this translation helpful? Give feedback.
All reactions