2024-09-02, 12:51 AM
(This post was last modified: 2024-09-02, 01:19 AM by jkboi. Edited 1 time in total.)
(2024-09-02, 12:19 AM)TheDreadPirate Wrote: Uninstall the snap and follow Docker's docs to install via apt. Add their repo then install docker engine. You will also need to install the docker compose plugin.
https://docs.docker.com/engine/install/ubuntu/
It is getting somewhere now!!!!!! Thank you so much for your help! I am now getting this permissions error.
jkboyo@limitedpower:/srv/appdata/jellyfin$ docker compose up
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.46/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.project%3Djellyfin%22%3Atrue%7D%7D": dial unix /var/run/docker.sock: connect: permission denied
you did fix my main issue now though so thank you!
It launched when I ran it with sudo. Is this something I should change with a permission or something or should I always
sudo docker compose up