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!
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!
Do you happen to know if it can be installed on Docker for Windows?
probably, docker is docker, should work independently of the host OS
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.
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.
Here is a forum thread from the docker forum. You might find some valuable insights there: https://forums.docker.com/t/docker-run-linux-container-in-windows-2019/128196
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).
deleted by creator