this post was submitted on 06 Apr 2026
24 points (92.9% liked)

Technology

2516 readers
1 users here now

Tech related news and discussion. Link to anything, it doesn't need to be a news article.

Let's keep the politics and business side of things to a minimum.

Rules

No memes

founded 11 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] CorrectAlias@piefed.blahaj.zone 6 points 3 weeks ago (1 children)

I've been putting off migrating a bunch of my docker run configs to compose. All of the services I've stood up for the least year and a half or so are using compose, but I still have most of mine using standard docker run (mostly because that was the default for Unraid when I built my server years ago). Maybe some day I'll have the time to just do it all at once.

[–] muxika@piefed.muxika.org 5 points 3 weeks ago (1 children)

If you feel more comfortable with docker run, you could give podman a try. The security and automation benefits outweigh the differences, IMO. 

[–] CorrectAlias@piefed.blahaj.zone 2 points 3 weeks ago

Oh definitely, I use pods with quadlets for prod clients. Unraid just doesn't support them natively (nor is there a third party plugin that I'm aware of)