<div dir="ltr"><div>Hello all, here comes news from the docker package.<br></div><div><br></div><div>I can confirm, if ever there was a need, that docker 19.03 does not work with `systemd.unified_cgroup_hierarchy=true`.<br></div><br>  $ dpkg -l | grep docker<br>  ii  <a href="http://docker.io">docker.io</a>  19.03.13+dfsg3-2  amd64  Linux container runtime<br><br>  $ findmnt /sys/fs/cgroup<br>  TARGET         SOURCE  FSTYPE  OPTIONS<br>  /sys/fs/cgroup cgroup2 cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate<br><br>  $ systemctl is-active docker<br>  active<br><br>  $ sudo docker run --rm -it debian<br>  docker: Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown.<br><br>Docker will support cgroupv2 in the upcoming `20.10` version. They released a rc1 a few days ago:<br>- <<a href="https://github.com/moby/moby/releases/tag/v20.10.0-rc1">https://github.com/moby/moby/releases/tag/v20.10.0-rc1</a>><br><br>I packaged this version and I just uploaded it to experimental:<br>- <<a href="https://salsa.debian.org/docker-team/docker/-/tree/experimental">https://salsa.debian.org/docker-team/docker/-/tree/experimental</a>><br>- <<a href="https://buildd.debian.org/status/package.php?p=docker.io&suite=experimental">https://buildd.debian.org/status/package.php?p=docker.io&suite=experimental</a>><br><br>I can confirm with a quick test that it seems to work:<br><br>  $ dpkg -l | grep docker<br>  ii  <a href="http://docker.io">docker.io</a>  20.10.0~rc1+dfsg1-1  amd64  Linux container runtime<br><br>  $ sudo docker run --rm -it debian echo 'hello world'<br>  hello world<br><br>Please note that the package I uploaded to experimental is a work in progress. Please give it a try and report issues.<br><br>Whether Docker upstream will release a "stable" version in time for Debian Bullseye is another question. Wait and see.<br><div><br></div><div>Cheers,</div><div><br></div><div>  Arnaud<br></div></div>