I’m already hosting pihole, but i know there’s so much great stuff out there! I want to find some useful things that I can get my hands on. Thanks!

Edit: Thanks all! I’ve got a lil homelab setup going now with Pihole, Jellyfin, Paperless ngx, Yacht and YT-DL. Going to be looking into it more tomorrow, this is so much fun!

  • @Chippyr
    link
    English
    22 years ago

    Do you happen to know if it can be installed on Docker for Windows?

      • @Chippyr
        link
        English
        32 years ago

        Thanks, figured as much. My main issue is Docker is annoying on Windows and trying to give it sufficient storage and configuring that with Docker has always been something I just never figure out.

    • @Octavius
      link
      English
      22 years ago

      While there is a docker version for windows (server I believe) the last time I checked it could only run windows containers (so basically none). The Linux support never got out of beta. I think now they are just saying use windows subsystem for Linux (WSL) for that.

      I have been quite happy with docker on a Linux virtual machine hosted on a windows server (I know not the “normal” way to do it but since I am a windows Server admin at work it worked best for me).

      The reason that you cannot run Linux containers on windows by default is that docker is no full fledged virtualization Software it sill uses the kernel of the host system. And a Linux container needs a Linux host system.

      • @cogman
        link
        English
        12 years ago

        WSL2 is Linux on a virtual machine. Docker for Windows is running in a VM.

        I’m also a weirdo though, I’m using podman instead (and may switch to nerdctl).

        • @Octavius
          link
          English
          1
          edit-2
          2 years ago

          I think there are two “Docker for Windows” one is docker desktop used on windows client OS where you can switch between windows and linux containers. This is the one where it runs a VM for the Linux containers but it’s designed for development and not so much for hosting (at least I have not get it to work for this)

          And there is the docker that’s included in Windows Server wich can only run windows containers but those natively and suitable for hosting dotnet web services on scale.

        • ellipse
          link
          fedilink
          English
          12 years ago

          Never hears of nerdctl. What is the feature that would make it better than podman for you?

          • @cogman
            link
            English
            12 years ago

            I using and deploying to kubernetes. Nerdctl has a docker API but it’s completely backed by k8s. So, for regular dev I’d just need a k8s cluster and not k8s + something else to build the images and push them into the k8s image repository.

      • @Octavius
        link
        English
        02 years ago

        deleted by creator