Skip to content

Commit

Permalink
docs: improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
masontikhonov committed Mar 31, 2024
1 parent efd57cf commit bc2eea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bc2eea3

Please sign in to comment.