Podman: Difference between revisions
mNo edit summary |
Add a few links |
||
| Line 1: | Line 1: | ||
Podman can run rootless containers and be a drop-in replacement for Docker. | Podman can run rootless containers and be a drop-in replacement for [[Docker]]. | ||
== Install and configure podman with NixOS service configuration == | == Install and configure podman with NixOS service configuration == | ||
| Line 35: | Line 35: | ||
=== Using podman with ZFS === | === Using podman with ZFS === | ||
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>. | Best to mount a dataset under <code>/var/lib/containers/storage</code> with property <code>acltype=posixacl</code>. | ||