Update podman-systemd.unit.5.md

Table header in Pod units section was referring to podman container... instead of podman pod...

Signed-off-by: Andreas <43118918+eulores@users.noreply.github.com>
This commit is contained in:
Andreas
2025-04-16 21:52:11 +02:00
committed by GitHub
parent ae63e2c932
commit bc9110c69f

View File

@ -980,7 +980,7 @@ a `$name.pod` file creates a `$name-pod.service` unit and a `systemd-$name` Podm
Valid options for `[Pod]` are listed below:
| **[Pod] options** | **podman container create equivalent** |
| **[Pod] options** | **podman pod create equivalent** |
|-------------------------------------|----------------------------------------|
| AddHost=example\.com:192.168.10.11 | --add-host example.com:192.168.10.11 |
| ContainersConfModule=/etc/nvd\.conf | --module=/etc/nvd\.conf |