Hi, im trying to install neovim on the apx container to avoid using the root partition, so i did
apx install neovim
apx export --bin neovim
But when i try to run it on the console it throws this error
ERRO[0000] User-selected graph driver "overlay" overwritten by graph driver "vfs" from database - delete libpod local files to resolve
And the binary executes afterwards.
Does anybody knows what im doing wrong? Deleting libpod local files could be dangerous in any way?