7

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.

Dav3rs
  • 73
  • 5

1 Answers1

5

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.

Johannes G.
  • 235
  • 3
  • 6