# Example plugin settings file for unraid-podman. # # The real, user-editable copy of this file lives on the flash device at # /boot/config/plugins/podman/podman.cfg and is the source of truth read by # rc.podman at every start. See docs/ARCHITECTURE.md section 4.1 and 7. # # Format: simple KEY="value" pairs (bash-sourceable), matching the convention # used by Unraid's own /boot/config/docker.cfg. # Path to the directory holding podman.img (cache pool or array disk). # TODO: finalize default; must NOT be a path under /mnt/user. STORAGE_PATH="/mnt/cache/system/podman" # Size of the podman.img loopback image, in GiB, used only on first creation. STORAGE_IMAGE_SIZE_GB="20" # Whether rc.podman should start automatically when the array starts. PODMAN_ENABLED="yes" # Per-container stop timeout, in seconds, used by `rc.podman stop`. STOP_TIMEOUT="10" # Config schema version, used by the migration logic described in # docs/ARCHITECTURE.md section 13.1. CONFIG_SCHEMA_VERSION="1"