Created
March 5, 2025 15:04
-
-
Save benkirk/22d25c6081592cd9653053224af9fdfa to your computer and use it in GitHub Desktop.
Podman VFS driver config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.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