Applied 3.1 update, still showing as available
Applied using cli but received permissions error on stopping the containers. However CLI indicated success but the update is not recognized by the tipi web page. How to resolve this docker permission error?
✗ Failed to stop containers. Please try to stop them manually
Debug: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdo cker.sock/v1.24/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.proj ect%3Druntipi%22%3Atrue%7D%7D": dial unix /var/run/docker.sock: connect: permission denied
2 Replies
A reboot resolved this but it would be nice to do it the right way. How to resolve the docker permission error?
Never mind, update command should be run with sudo as in sudo ./runtipi-cli update v3.1.0
Yes, usually it's fine without sudo but in your case your user is not allowed to run docker commands
I will improve the error handling here