Error with Container ID
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!
I will try to figure it out this weekend. I should issues a new release soon anyway
Slowly getting to it. I did not find an issue when I looked but I hope to have a new version soon