docker-foswiki icon indicating copy to clipboard operation
docker-foswiki copied to clipboard

Error with Container ID

Open jrogersSWRI opened this issue 4 years ago • 2 comments

When I attempt to run the provided command (docker run -idt -p 80:80 timlegge/docker-foswiki) to pull and run this docker image, I get an error:

"docker: failed to register layer: Error processing tar file(exit status 1): Container ID 378950266 cannot be mapped to a host ID."

According to this link (https://circleci.com/docs/2.0/high-uid-error/) the issue is with the UID/GID of files that exist in the layer being outside the acceptable range (0-65535) and that I, the user trying to pull the image, can't fix this; the person who built the image has to fix it.

If there is a workaround instead, I am all ears. Thank you!

jrogersSWRI avatar Mar 27 '21 03:03 jrogersSWRI

I will try to figure it out this weekend. I should issues a new release soon anyway

timlegge avatar Mar 27 '21 03:03 timlegge

Slowly getting to it. I did not find an issue when I looked but I hope to have a new version soon

timlegge avatar Apr 02 '21 03:04 timlegge