Some more formatting

This commit is contained in:
Emin Arslan 2024-10-27 23:49:49 +03:00
parent 50c543c1dd
commit ca1a644137

View File

@ -25,7 +25,7 @@ that I'm not sure I'll keep forever. The ability to reproduce this exact setup
within minutes actually matters. within minutes actually matters.
After reading a bit on this topic, I decided I would use podman for this. Docker would 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, 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 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). than I would've given them credit for before I started this whole project).
@ -102,7 +102,8 @@ $ podman rm <id>
## Pods are nice. ## 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 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 - for my own usecase, I want my git server (e.g. gogs) to automatically build