fix: user systemd
This commit is contained in:
@@ -12,10 +12,12 @@ Installs and configures Podman for container management with support for Docker
|
||||
## Container Logging
|
||||
|
||||
**journald (default):**
|
||||
|
||||
- Logs sent to systemd journal
|
||||
- View: `journalctl CONTAINER_NAME=<name> -f`
|
||||
|
||||
**k8s-file:**
|
||||
|
||||
- Logs stored as JSON files with automatic rotation
|
||||
- Configured via `podman_log_max_size` and `podman_log_max_files`
|
||||
|
||||
@@ -53,4 +55,4 @@ podman pod ls
|
||||
|
||||
- [Podman Documentation](https://docs.podman.io/)
|
||||
- [Podman Logging](https://docs.podman.io/en/latest/markdown/podman-run.1.html#log-driver-driver)
|
||||
- [containers.conf(5)](https://github.com/containers/common/blob/main/docs/containers.conf.5.md)
|
||||
- [containers.conf(5)](https://github.com/containers/common/blob/main/docs/containers.conf.5.md)
|
||||
|
||||
Reference in New Issue
Block a user