I am a diseased finger
Yep thats exactly what I’m doing! While I was learning ASP.NET, I decided to deploy the website using Docker and docker compose since I figured it would be easier to do than using the CLI, so I already had some experience with that.
I’m glad to know that I don’t have to upgrade anything. I was just a bit worried that having a million different docker containers would be a bit of a strain on the CPU at least. Now that I think about it, I’m the only one using the server so any extra components will be pretty pointless.
Thanks for your quick response! I guess I was over complicating things a bit more than I should have.
Oh yeah! Before I set up my server, I was debating whether or not I should use Nix over Debian. The reason I stuck with Debian was because it was what I am most familiar with. I will have a look into the Nix package and see how that goes. In fact, I probably don’t need Docker since what isn’t on Nix?
Once I set it up in a VM for testing I’ll reply to this comment and see if it is a good idea