From 443cc6f4625a6a505586dba5e90a71adec275639 Mon Sep 17 00:00:00 2001 From: cuisongliu Date: Wed, 15 May 2024 10:13:52 +0800 Subject: [PATCH] Update clean-containerd.sh (#13) --- containerd/scripts/clean-containerd.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containerd/scripts/clean-containerd.sh b/containerd/scripts/clean-containerd.sh index 5ec0ff8..ea6934f 100644 --- a/containerd/scripts/clean-containerd.sh +++ b/containerd/scripts/clean-containerd.sh @@ -36,6 +36,8 @@ rm -f ${BIN_DIR}/ctr rm -f ${BIN_DIR}/ctd-decoder rm -f ${BIN_DIR}/runc rm -f ${BIN_DIR}/nerdctl +rm -f ${BIN_DIR}/crun +rm -f ${BIN_DIR}/crun_ rm -rf /opt/containerd rm -rf /etc/ld.so.conf.d/containerd.conf