dagdandris
HHomarr
•Created by dagdandris on 7/13/2023 in #💬・get-help
Homarr Installation
I'm having trouble installing Homarr on a fresh Ubuntu Desktop / Docker installation.
docker run \
--name homarr \
--restart unless-stopped \
-p 7575:7575 \
-v <your-path>/homarr/configs:/app/data/configs \
-v <your-path>/homarr/icons:/app/public/icons \
-d ghcr.io/ajnart/homarr:latest
I'm new to Linux so I wasn't 100% sure how to replace the <your-path>, but I replaced it with "docker" which is a folder I created in my home directory.
When I tried following the instructions on the Homarr website I got an error that said:
docker: permission denied while trying to connect to the docker daemon socket at unix://var/run/docker.sock: Post "http://%2Fvar%Frun%2Fdocker.sock/v1.24/containers/create?name=homarr": dial unix /var/run/docker.sock: connect: permission denied.
see 'docker run --help'.
1 replies