Svengarlic @lemmy.world to Selfhosted@lemmy.world · 1 年前Lemmy docker container?message-squaremessage-square15fedilinkarrow-up12arrow-down13file-text
arrow-up1-1arrow-down1message-squareLemmy docker container?Svengarlic @lemmy.world to Selfhosted@lemmy.world · 1 年前message-square15fedilinkfile-text
Right now it looks like you can only run lemmy in docker-compose, is there work on an official container?
minus-squareericjmorey@lemmy.worldlinkfedilinkarrow-up0·1 年前Do you need to recreate the container? Can you update the applications in the container?
minus-squareSvengarlic @lemmy.worldOPlinkfedilinkarrow-up0·1 年前I mean, I know I don’t have to recreate it when I use a normal container, but I’m not clear when using compose
minus-squareericjmorey@lemmy.worldlinkfedilinkarrow-up0·1 年前Hopefully someone with knowledge can weigh in.
minus-squarebitrate@lemmy.worldlinkfedilinkarrow-up1·1 年前You can do whatever you want inside the container. If you wanted to update inside it, you can, but it’s probably not worth the effort. The downtime depending on the app can be just a few seconds when you rebuild the container.
Do you need to recreate the container? Can you update the applications in the container?
I mean, I know I don’t have to recreate it when I use a normal container, but I’m not clear when using compose
Hopefully someone with knowledge can weigh in.
You can do whatever you want inside the container. If you wanted to update inside it, you can, but it’s probably not worth the effort. The downtime depending on the app can be just a few seconds when you rebuild the container.
That makes sense