Curious to know what the experiences are for those who are sticking to bare metal. Would like to better understand what keeps such admins from migrating to containers, Docker, Podman, Virtual Machines, etc. What keeps you on bare metal in 2025?

  • FreedomAdvocate@lemmy.net.au
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    4
    ·
    12 hours ago

    Containerisation is all the rage, but in reality it’s not needed at all for all but a tiny number of self hosters. If a native program option exists, it’s generally just easier and more performant to use that.

    Docker and the like shine when you’re frequently deploying and destroying. If you’re doing that with your home server you’re doing it very wrong.

    I like docker, I use it on my server, but I am more and more switching back to native apps. There’s just zero advantage to running most things in docker.