gnu: podman: Drop obsolete comment.
cgroup2 is now the default type. * gnu/packages/containers.scm (podman): Drop the comment. Change-Id: I197ed7e4901b26ad820295ed7adcaffd7bf533f5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>master
parent
5c5e2a7491
commit
abc62671e0
|
@ -410,9 +410,6 @@ It can be used with QEMU, Hyperkit, Hyper-V and User-Mode Linux.
|
||||||
The binary is called @command{gvproxy}.")
|
The binary is called @command{gvproxy}.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
;; For podman to work, the user needs to run
|
|
||||||
;; `sudo mount -t cgroup2 none /sys/fs/cgroup`
|
|
||||||
|
|
||||||
(define-public podman
|
(define-public podman
|
||||||
(package
|
(package
|
||||||
(name "podman")
|
(name "podman")
|
||||||
|
|
Reference in New Issue