Skip to content

Instantly share code, notes, and snippets.

@benkirk
Created March 5, 2025 15:04
Show Gist options
  • Save benkirk/22d25c6081592cd9653053224af9fdfa to your computer and use it in GitHub Desktop.
Save benkirk/22d25c6081592cd9653053224af9fdfa to your computer and use it in GitHub Desktop.
Podman VFS driver config
# ~/.config/containers/storage.conf
[storage]
driver="vfs"
runroot="/var/tmp/${USER}_podman/images"
rootless_storage_path="/var/tmp/${USER}_podman/storage"
[storage.options]
ignore_chown_errors="true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment