initial commit
This commit is contained in:
commit
723b9f185f
3 changed files with 22 additions and 0 deletions
8
rootfs/etc/containers/storage.conf
Normal file
8
rootfs/etc/containers/storage.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
[storage]
|
||||
driver = "overlay"
|
||||
runroot = "/tmp/containers"
|
||||
graphroot = "$HOME/.local/share/containers/storage"
|
||||
rootless_storage_path = "$HOME/.local/share/containers/storage"
|
||||
|
||||
[storage.options.overlay]
|
||||
mount_program = "/usr/bin/fuse-overlayfs"
|
Loading…
Add table
Add a link
Reference in a new issue