I just start using my homelab to host some new good services, and I want to know what is the approach of a docker setup, what is the best distro for? How to deploy them correctly? Basically I’m a real noob in this subject. Thank you

  • moonpiedumplings@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 days ago

    Debian with the docker convenience script.

    They seem to be moving away from this, and it’s not longer the first option on their install page

    On their debian page

    Use a convenience script. Only recommended for testing and development environments

    Also, it should be noted about the first option they recommend, Docker Desktop, that Docker Desktop is proprietary.

    I recommend just getting the docker.io and docker-compose from debian’s repositories.