Closed srcshelton closed 1 year ago
The return code you were seeing was most probably due to the behavior that was fixed by 60c71ccb7a47b8d42aa75c1a959d5ecc83bcf244 and not by the fact that you're running it using podman
.
The --update-fwdb
command does store the database in $HOME/.mcedb
(with $HOME
usually being /root
), so you can mount this file in the container to have an updated version if you wish.
Running from a container-image with podman:
… is there a filesystem location within the container to which a volume could be mounted in order to make these updates persistent?