Closed Ranbato closed 1 year ago
Even odder, a rebuild of the old container exhibits the same issue so it has to be an updated dependency breaking nginix. I'm going to try a non-alpine image and see what happens.
Do you see the same behaviour when running the container without any parameter:
docker run --rm docker-vorta
Also, it looks like the /etc/services.d
directory doesn't have correct permissions:
[cont-init ] 50-init.sh: drwx------ 1 root root 138 Apr 18 16:10 ..
That was it. Don't understand why it changed but I've corrected it. Thanks!
I am stumped so putting this out there. I'm trying to upgrade from jlesage/baseimage-gui:alpine-3.16-v4 to jlesage/baseimage-gui:alpine-3.17-v4
My test image comes up when I use
docker run
, but notdocker-compose
. I get the following error[nginx ] execve(/etc/services.d/nginx/run): Permission denied
when it tries to start xvnc.The changes are https://github.com/borgbase/vorta-docker/pull/16/files
Docker run
docker run --rm -p 5811:5800 -p 5911:5900 -v /volume1/config/vorta:/config -v /volumeUSB1/:/destination -v /volume1:/data:ro -v /dev/fuse:/dev/fuse docker-vorta
ComposeThe full logs, I've also got some debugging info in them where I did some ls-al and tried a chmod on the run script