Podman: Difference between revisions

imported>DVcWmsbFziLBuYvvtHcy
fix invalid defaultNetwork option for podman-compose
imported>MrVanDalo
No edit summary
Line 31: Line 31:


Rootless can't use ZFS directly but the overlay needs POSIX ACL enabled for the underlying ZFS filesystem, ie., <code>acltype=posixacl</code>
Rootless can't use ZFS directly but the overlay needs POSIX ACL enabled for the underlying ZFS filesystem, ie., <code>acltype=posixacl</code>
Best to mount a dataset under <code>/var/lib/containers/storage</code> with property <code>acltype=posixacl</code>.


== Use Podman within nix-shell ==
== Use Podman within nix-shell ==