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.
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.
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.
© 2022 - 2024 — McMap. All rights reserved.
podman
is installed? Are you runningpodman
asroot
, or as another user? – Heyduck