Replies: 4 comments 1 reply
-
Same issue over here, Ubuntu Jammy. My user is in the docker group, I can |
Beta Was this translation helpful? Give feedback.
-
Try |
Beta Was this translation helpful? Give feedback.
-
Seems like some permission incompatibility with docker compose, even after adding the user to docker group, full perms on the folder it was still failing. reverted to https://github.com/koush/scrypted/wiki/Installation:-Docker-Linux |
Beta Was this translation helpful? Give feedback.
-
After some more troubleshooting: Assuming you are using Ubuntu! and installed using Docker using ubuntu methods/during install, then it uses SNAP. sudo snap remove docker If cannot remove then use -> sudo snap remove docker --purge**sudo snap remove --purge docker sudo rm -rf /var/lib/docker /etc/docker ##Install the normal docker package #Assuming that there were no errors in the dry run to fix ##wait for install to complete ##Add the required/running users who's going to be running the package sudo groupadd docker ##Check that the current user can run docker containers ##Install Scrypted using docker compose mkdir -p ~/.scrypted |
Beta Was this translation helpful? Give feedback.
-
Running the script, I get the error above:
Beta Was this translation helpful? Give feedback.
All reactions