• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 29th, 2023

help-circle


  • Setting up is stupid easy. What makes immutable distros potentially difficult is installing software. Anything packaged as a flatpak is stupid easy. Beyond that it can get complicated. But it’s not bad in general.

    Having just switched to Linux with Bazzite two weeks ago, my biggest issues have come from Wayland support. And that’s really just because I have a specific piece of software I need that doesn’t support Wayland. And that’s a bit of an edge case and the result is more annoyance than show stopper.








  • Learning how to use other Docker images to run Docker containers is an important first step in that process.

    I’m a programmer. My foray into learning how to containerize applications started by learning how to run containerized applications. Honestly, running them is the more complicated part (for many cases, some are dead simple).

    Turning an app into an image is sometimes just a simple two line Dockerfile.

    I started learning with Home Assistant and the branched out to pi hole, Frigate, Mosquito, and other home automation tools. I used that knowledge to containerize a home automation tool I wrote myself.

    And now I’m working on containerizing dozens of applications at work.