Some more formatting
This commit is contained in:
parent
50c543c1dd
commit
ca1a644137
@ -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 <id>
|
||||
|
||||
## 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
|
||||
|
Loading…
Reference in New Issue
Block a user