I’m trying to get back into self hosting. I had previously used Unraid and it worked well to run VMs where needed and Docker containers whenever possible. This biggest benefit is that there is an easy way to give each container it’s own IP so you don’t have to worry about port conflicts. Nobody else does this for Docker as far as I can tell and after trying multiple “guides”, none of them work unless you’re using some ancient and very specific hardware and software situation. I give up. I’m going back to Unraid that just works. No more Docker compose errors because it’s Ubuntu host is using some port requiring me to disable key features.

  • Meldrik@lemmy.wtf
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    Got to disagree. Remember to enable “nesting” in your container, when running Docker.

    In Proxmox you give your LXC container an IP and then you use ports in Docker for you Docker containers.

    Unless I really have to use Docker, I install each service in an LXC container.