view the rest of the comments
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
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).
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.
Never hears of nerdctl. What is the feature that would make it better than podman for you?
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.