this post was submitted on 29 Jun 2023
4 points (100.0% liked)

Docker

448 readers
1 users here now

founded 1 year ago
MODERATORS
 

Looked around docker hub and was unable to find any Lemmy images. I'm basically a script kiddy when it comes to Docker, so if any beefy Docker heroes want to take a swing at setting an image up... It would be greatly appreciated.

top 7 comments
sorted by: hot top controversial new old
[–] Kiwi 4 points 1 year ago (1 children)

Nearly all lemmy instances are currently deployed in docker, including this one.

Here are the docs on how to set it up. I believe it uses an image built by one of the devs

[–] Scew 2 points 1 year ago* (last edited 1 year ago) (1 children)

I did see that, but what I'm saying is that the level of complexity is much higher than how I've been getting away using docker: https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup

Steps are literally:

docker compose --profile download up --build
# wait until its done, then:
docker compose --profile [ui] up --build
# where [ui] is one of: invoke | auto | auto-cpu | comfy | comfy-cpu

Guess it's time to roll up my sleeves a little and get a more in-depth understanding of how to use it. lol

[–] Kiwi 2 points 1 year ago (1 children)

I looked around docker hub and couldn’t find any lemmy images

Is completely different than

I found the official docker guide, but the instructions were too complex. Is there an easier option or can someone help me?

[–] Scew 2 points 1 year ago (1 children)

Astute observation, I acknowledge that there's a difference and that it seems to be in the experience level conveyed. I was pretty certain that calling myself a "script kiddy" of sorts in regard to Docker in the post you're responding to would have conveyed that I have it installed and barely know what I'm doing with it.

I'll take this as a no then.

[–] [email protected] 1 points 1 year ago (1 children)

I installed my own Lemmy instance today. I did use this video to get a more visual explanation of how it works: https://youtu.be/6lQFZvCCe7U. Hopefully this helps.

[–] Scew 1 points 1 year ago* (last edited 1 year ago)

Thank you ^.^

[–] [email protected] 1 points 1 year ago