Relative Content

Tag Archive for podman

Podman: additionalimagestores does not work from global config

User aa has file /home/aa/.config/containers/storage.conf containing line additionalimagestores=["/podmantest"] and it works: podman images shows images from /podmantest (made by user bb). If I put the same line to /etc/containers/storage.conf it does nothing, i.e. images from /podmantest are not listed. For testing I put in xxadditionalimagestoresxx=["/podmantest"] and got “Failed to decode the keys…” as I should, so the line from the file is read, it just does nothing.