From bc2eea33e75f14c1d89544ea478f865e9bc7353a Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov Date: Sun, 31 Mar 2024 21:05:37 +0400 Subject: [PATCH] docs: improve documentation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 710bdfb..7588b1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.19/main' >> /etc/apk/repositor && apk add bash fuse-overlayfs jq dpkg --no-cache \ && rm -rf /var/cache/apk/* -# Backward compatibility with older containerd. Check #CR-23033 for details. +# Backward compatibility with kernels that do not support `iptables-nft`. Check #CR-23033 for details. RUN update-alternatives --install $(which iptables) iptables $(which iptables-legacy) 10 \ && update-alternatives --install $(which ip6tables) ip6tables $(which ip6tables-legacy) 10