Skip to content

Commit

Permalink
fix(podman): add required config fields
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Sep 5, 2024
1 parent 11a726a commit 8a9e765
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/dev-desktop/files/podman/storage.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[storage]
driver = "overlay"
runroot = "/run/containers/storage"
graphroot = "/var/lib/containers/storage"

[storage.options.overlay]
mount_program = "/usr/bin/fuse-overlayfs"

0 comments on commit 8a9e765

Please sign in to comment.