Getting an error if i don't mount docker.sock (which i understand you need since you're reading labels), but it shouldn't be breaking since you don't expect all users to use labels.
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Then if i mount it, i get a second error:
Failed to check if resource is allowed error="Error response from daemon: client version 1.47 is too new. Maximum supported API version is 1.43"
Probably a docker version? I cannot update this since synology manages this (and tends to get a bit behind in versions).
Getting an error if i don't mount docker.sock (which i understand you need since you're reading labels), but it shouldn't be breaking since you don't expect all users to use labels.
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?"Then if i mount it, i get a second error:
Failed to check if resource is allowed error="Error response from daemon: client version 1.47 is too new. Maximum supported API version is 1.43"Probably a docker version? I cannot update this since synology manages this (and tends to get a bit behind in versions).