this post was submitted on 23 Aug 2023
3 points (100.0% liked)

Lemmy Support

4634 readers
1 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

I am trying to install lemmy via Docker on Debian. I've configured Postgres and my config files but I'm getting an error when I try to docker compose up -d.

$ docker compose up -d 
[+] Running 0/0
 ⠋ postfix Pulling                                                                                                                                                                                                                 0.0s 
 ⠋ pictrs Pulling                                                                                                                                                                                                                  0.0s 
 ⠋ lemmy-ui Pulling                                                                                                                                                                                                                0.0s 
 ⠋ postgres Pulling                                                                                                                                                                                                                0.0s 
 ⠋ proxy Pulling                                                                                                                                                                                                                   0.0s 
 ⠋ lemmy Pulling                                                                                                                                                                                                                   0.0s 
error getting credentials - err: exit status 1, out: `Could not connect: Permission denied`

Googling this error leads me to believe its a docker issue, but I'm not quite sure how to go about fixing it. Thanks!

top 2 comments
sorted by: hot top controversial new old
[–] BlackEco@lemmy.blackeco.com 1 points 1 year ago (1 children)

Are you logged into Docker? What's the output of docker login?

[–] MrRazamataz@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

I get

Error saving credentials: error storing credentials - err: exit status 1, out: `Could not connect: Permission denied`

when I try to login with docker login (is my docker id just the username on hub.docker.com?).