website/docs: replace Podman mode table

Remove the redundant rootful/rootless comparison table and keep a short orientation before the tabbed commands.

Agent-thread: https://sdko.org/internal/threads/019e93bf-9dbb-7ba2-9375-cb430876c101

A7k-product: product

A7k-product-repo: 1

Co-authored-by: Agent <agent@svc.sdko.net>
This commit is contained in:
Dominic R
2026-06-04 14:14:41 -04:00
parent 6123335733
commit af071fe75a
@@ -17,16 +17,7 @@ Quadlet turns Podman `.container`, `.pod`, and `.volume` files into systemd serv
## Rootful vs. rootless
| Aspect | Rootful | Rootless |
| ------------------------------- | ------------------------------ | ------------------------------------------------------ |
| Unit directory | `/etc/containers/systemd/` | `~/.config/containers/systemd/` |
| Reload command | `sudo systemctl daemon-reload` | `systemctl --user daemon-reload` |
| Service manager | system service manager | user service manager |
| Podman API socket path | `/run/podman/podman.sock` | `$XDG_RUNTIME_DIR/podman/podman.sock` |
| Support for Outpost auto-deploy | Yes | Yes, with `loginctl enable-linger` |
| Binding ports below 1024 | Yes | Requires sysctl, firewall, socket activation, or proxy |
Every command in this guide is shown for both modes; pick the tab that matches your deployment.
Quadlet can run authentik as rootful system services or as rootless user services. Every command in this guide is shown for both modes; pick the tab that matches your deployment.
## Prepare the host