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.
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)
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.
If you feel more comfortable with
docker run, you could give podman a try. The security and automation benefits outweigh the differences, IMO.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)