project: document supported containerd versions
We only support containerd versions which have fixes for https://github.com/containerd/containerd/issues/8557. Signed-off-by: Cory Snider <csnider@mirantis.com>
This commit is contained in:
parent
29ac09ee9d
commit
7d9d601e6d
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ export DOCKER_BUILDTAGS='exclude_graphdriver_btrfs exclude_graphdriver_zfs'
|
|||
To function properly, the Docker daemon needs the following software to be
|
||||
installed and available at runtime:
|
||||
|
||||
* containerd version 1.6.22 or later
|
||||
* containerd versions 1.7.0 through 1.7.2 are incompatible
|
||||
* iptables version 1.4 or later
|
||||
* procps (or similar provider of a "ps" executable)
|
||||
* e2fsprogs version 1.4.12 or later (in use: mkfs.ext4, tune2fs)
|
||||
|
|
Loading…
Reference in a new issue