3
0
Fork 0
forked from mirrors/nixpkgs

podman: update comments in wrapper

This commit is contained in:
zowoq 2020-05-12 03:58:45 +10:00 committed by Profpatsch
parent dd67a7eacb
commit 37a87c343c

View file

@ -5,12 +5,12 @@
, extraPackages ? []
, podman # Docker compat
, runc # Default container runtime
, crun # Default container runtime (cgroups v2)
, crun # Container runtime (default with cgroups v2 for podman/buildah)
, conmon # Container runtime monitor
, slirp4netns # User-mode networking for unprivileged namespaces
, fuse-overlayfs # CoW for images, much faster than default vfs
, utillinux # nsenter
, cni-plugins
, cni-plugins # not added to path
, iptables
}: