mirror of
https://github.com/containers/podman.git
synced 2025-09-18 15:54:49 +08:00

Adds a `NetworkAlias=` key to both .container and .pod quadlet files, which translates to the `--network-alias` option to `podman run` and `podman pod create` respectively. Can be repeated multiple times. Signed-off-by: Félix Saparelli <felix@passcod.name>