diff --git a/content/posts/podman-setup.md b/content/posts/podman-setup.md index b2d57e4..799ad9d 100644 --- a/content/posts/podman-setup.md +++ b/content/posts/podman-setup.md @@ -25,7 +25,7 @@ that I'm not sure I'll keep forever. The ability to reproduce this exact setup within minutes actually matters. After reading a bit on this topic, I decided I would use podman for this. Docker would -work just as nicely (any containerisation software would work, really), but I decided +work just as nicely (any containerization software would work, really), but I decided on podman because it can run without a daemon and without root privilages. Also, it has pretty neat support for kubernetes pods (which are honestly a lot more useful than I would've given them credit for before I started this whole project). @@ -102,7 +102,8 @@ $ podman rm ## Pods are nice. -Pods are basically just a collection of containers - multiple programs working with each other. +Pods are basically just a collection of containers - multiple programs working +with each other. Usually, on a server, each application *isn't* totally separate from each other - for my own usecase, I want my git server (e.g. gogs) to automatically build