| services.podman.containers.<name>.autoUpdate | The autoupdate policy for the container.
|
| services.podman.containers.<name>.ip6 | Set an IPv6 address for the container.
|
| services.podman.containers.<name>.ip4 | Set an IPv4 address for the container.
|
| services.podman.containers.<name>.exec | The command to run after the container start.
|
| services.podman.containers.<name>.user | The user ID inside the container.
|
| services.podman.containers.<name>.userNS | Use a user namespace for the container.
|
| services.podman.containers.<name>.image | The container image.
|
| services.podman.containers.<name>.group | The group ID inside the container.
|
| services.podman.containers.<name>.ports | A mapping of ports between host and container
|
| services.podman.containers.<name>.labels | The labels to apply to the container.
|
| services.podman.containers.<name>.autoStart | Whether to start the container on boot (requires user lingering).
|
| services.podman.containers.<name>.volumes | The volumes to mount into the container.
|
| services.podman.containers.<name>.devices | The devices to mount into the container
|
| services.podman.containers.<name>.extraConfig | INI sections and values to populate the Container Quadlet.
|
| services.podman.containers.<name>.network | The network mode or network/s to connect the container to
|
| services.podman.containers.<name>.networkAlias | Network aliases for the container.
|
| services.podman.containers.<name>.extraPodmanArgs | Extra arguments to pass to the podman run command.
|
| services.podman.containers.<name>.entrypoint | The container entrypoint.
|
| services.podman.containers.<name>.description | The description of the container.
|
| services.podman.containers.<name>.environment | Environment variables to set in the container.
|
| services.podman.containers.<name>.environmentFile | Paths to files containing container environment variables.
|
| services.podman.containers.<name>.addCapabilities | The capabilities to add to the container.
|
| services.podman.containers.<name>.dropCapabilities | The capabilities to drop from the container.
|