barcodebuddy icon indicating copy to clipboard operation
barcodebuddy copied to clipboard

Unable to start Docker Image - unlinkat /app/bbuddy/data: invalid argument

Open PeterPorker3 opened this issue 1 year ago • 1 comments

Hello, I appologise if this is not the correct place to report issues with the Docker image. In that case, please direct me to where I should go.

I cannot get the docker image to launch correctly. I am using the command docker run -d -v bbconfig:/config -p 8080:80 -p 8443:443 f0rc3/barcodebuddy:latest adapted from the documentation. Nothing special, no physical barcode scanner connected. However, the image shuts down immediatly after being run and I see this output in the logs:

Barcode Buddy supervisor started
Initialising container
2024/12/28 15:39:59 unlinkat /app/bbuddy/data: invalid argument

Nothing special about the system. Cleanish install of the OS with portainer being the only other image on this host. All default permissions.

OS: Debian 12 (Unprivliged Proxmox LXC container) Docker: 20.10.24+dfsg1, build 297e128 Barcode Buddy: latest, 1.8.1.8

Please advise if any more info is needed.

PeterPorker3 avatar Dec 28 '24 16:12 PeterPorker3

Thanks for the feedback. I assume it might have something to do with the LXC container - do other docker container work on there? Also maybe try if rootless podman gives the same error

Forceu avatar Dec 29 '24 15:12 Forceu