Skip to content
Discussion options

You must be logged in to vote

If you run these commands and get the same result, then native overlayfs is used:

$ podman info -f {{.Store.GraphDriverName}}
overlay
$ podman info -f '{{index .Store.GraphStatus "Native Overlay Diff"}}'
true
Storage driver Result of podman info -f {{.Store.GraphDriverName}} Result of podman info -f '{{index .Store.GraphStatus "Native Overlay Diff"}}
native overlayfs overlay true
fuse-overlayfs overlay false
VFS vfs false

For more information, see https://github.com/containers/podman/blob/main/docs/tutorials/performance.md

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@the-sun-will-rise-tomorrow
Comment options

Answer selected by the-sun-will-rise-tomorrow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants