void-packages/srcpkgs/podman/INSTALL.msg

16 lines
507 B
Text
Raw Normal View History

`fuse-overlayfs` has been added as a runtime dependency to podman.
podman will now prefer this storage driver to the `vfs` fallback driver.
2021-04-03 04:26:52 +00:00
If you have existing containers that rely on the `vfs` driver, podman
will display an error and refuse any further operation.
To switch to the new storage driver, podman has to be reset:
# podman system reset
2021-04-03 04:26:52 +00:00
To instead keep using the `vfs` driver, add
[storage]
driver="vfs"
2021-04-03 04:26:52 +00:00
to `/etc/containers/storage.conf` or `~/.config/containers/storage.conf`.