about summary refs log tree commit diff
path: root/pkgs/applications/virtualization/podman
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-05-12 03:58:45 +1000
committerProfpatsch <mail@profpatsch.de>2020-05-25 12:27:49 +0200
commit37a87c343c43c2ded13506dc38c2fb576b9f50b6 (patch)
treec1bb1aaccbe687b52bb6e29714360397ef343b44 /pkgs/applications/virtualization/podman
parentdd67a7eacb9adbfc9a0912076949b100b37e9892 (diff)
downloadnixlib-37a87c343c43c2ded13506dc38c2fb576b9f50b6.tar
nixlib-37a87c343c43c2ded13506dc38c2fb576b9f50b6.tar.gz
nixlib-37a87c343c43c2ded13506dc38c2fb576b9f50b6.tar.bz2
nixlib-37a87c343c43c2ded13506dc38c2fb576b9f50b6.tar.lz
nixlib-37a87c343c43c2ded13506dc38c2fb576b9f50b6.tar.xz
nixlib-37a87c343c43c2ded13506dc38c2fb576b9f50b6.tar.zst
nixlib-37a87c343c43c2ded13506dc38c2fb576b9f50b6.zip
podman: update comments in wrapper
Diffstat (limited to 'pkgs/applications/virtualization/podman')
-rw-r--r--pkgs/applications/virtualization/podman/wrapper.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/virtualization/podman/wrapper.nix b/pkgs/applications/virtualization/podman/wrapper.nix
index d7fb6fa1072f..d97d182496a4 100644
--- a/pkgs/applications/virtualization/podman/wrapper.nix
+++ b/pkgs/applications/virtualization/podman/wrapper.nix
@@ -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
 }: