I'm on Manjaro, trying Podman and getting this error when I use any podman command:
ERRO[0000] The storage 'driver' option must be set in /etc/containers/storage.conf, guarantee proper operation.
How can I solve that? Tks.
Storage root dir in which data, including images, is stored (default: “/var/lib/containers/storage” for UID 0, “$HOME/. local/share/containers/storage” for other users). Default root dir configured in /etc/containers/storage. conf .
By default, images are stored in the /var/lib/containers directory when Podman is run by the root user. For standard users, images are typically stored in $HOME/. local/share/containers/storage/ .
I had the same problem, try setting the option in the config file like described in the man page here. For me changing driver = ""
to driver = "fuse-overlayfs"
did the trick.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With