檢視當前使用者配置檔案
podman info
預設儲存位置
~/.local/share/containers
當前使用者建立目錄/data/containers
新增配置檔案 ~/.config/containers/storage.conf
[storage]
driver = "vfs"
graphroot = "/data/containers/storage"
參考
重置podman 配置
podman system reset
修改掛載路徑
sudo mount -o bind /data/containers /home/ccc/.local/share/containers
driver可選方式
overlay, fuse-overlayfs