• 0 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: August 22nd, 2023

help-circle






  • Because most selfhosters are too lazy or inexperienced to break away from cloud services. Docker is great but it has also enables a “just run this docker” mentality that mirrors the Windows “just run this exe.”

    edit: I think that the opportunity to learn how a project works, how to debug problems and how to integrate a project into their own setup is obscured.





  • I use LXC for all the reasons most people use Docker, it’s easy to spin up a new service, there are no leftovers when I remove a service, and everything stays separate. What I really like about LXC though is that you can treat containers like VMs, you start it up, attach and install all your software as if it were a real machine. No extra tech to learn.