LibrePhotos / librephotos-docker

You can find here the Dockerfiles for the automated build process of LibrePhotos.
MIT License
157 stars 101 forks source link

"failed to register layer: unlinkat" error message after docker installation #102

Closed GrumpyHose closed 1 year ago

GrumpyHose commented 1 year ago

Proxmox server 8.0.3. Fresh Debian 12 running in an LXC container. Fresh Docker installation verified working with hello-world image. At the final step of the LibrePhotos install I get the following error: "failed to register layer: unlinkat /usr/local/lib/python3.11/dist-packages/Jinja2-3.1.2.dist-info: invalid argument"

Nothing accessible via http(s)://192.168.1.104:3000 Not sure where to go from here. image

derneuere commented 1 year ago

This seems to be a proxmox and docker issue: https://forum.proxmox.com/threads/docker-failed-to-register-layer-applylayer-exit-status-1-stdout-stderr-unlinkat-var-log-apt-invalid-argument.119954/

GrumpyHose commented 1 year ago

This seems to be a proxmox and docker issue: https://forum.proxmox.com/threads/docker-failed-to-register-layer-applylayer-exit-status-1-stdout-stderr-unlinkat-var-log-apt-invalid-argument.119954/

Thank you so much!!! I was going crazy trying to figure this one out.