# Default storage.conf template for unraid-podman. # # Defines the Podman storage graph root/driver. On Unraid this MUST point at # the mounted podman.img loopback (or equivalent cache-pool/disk path), never # at a path under /mnt/user (FUSE) or RAM-root /var/lib/containers directly. # See docs/ARCHITECTURE.md section 4.3 and section 10 (Images). # # Full reference: https://github.com/containers/storage/blob/main/docs/containers-storage.conf.5.md # The [storage] table itself (driver, graphroot, runroot) is intentionally # NOT defined here — podman-config.sh's `sync` command appends it in full # at sync time, since graphroot depends on STORAGE_PATH from # /boot/config/plugins/podman/podman.cfg (configurable storage location) and # can't be known statically. A second [storage] table here would be a TOML # duplicate-key error once sync appends its own — see podman-config.sh's # cmd_sync for the generated content. [storage.options] # TODO: overlay-specific mount options once the loopback filesystem # (XFS with ftype=1, or BTRFS) is finalized.