From 9ea4125078aa2a1f11bbc77bcc32841146375232 Mon Sep 17 00:00:00 2001 From: wb-qtt862918 Date: Tue, 20 Sep 2022 09:44:10 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20wb-qtt862918?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wb-qtt862918/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 wb-qtt862918/.keep diff --git a/wb-qtt862918/.keep b/wb-qtt862918/.keep new file mode 100644 index 0000000..e69de29 -- Gitee From 9c73a0723c75855372225348b950c51ca2858cd3 Mon Sep 17 00:00:00 2001 From: wb-qtt862918 Date: Tue, 20 Sep 2022 09:44:59 +0000 Subject: [PATCH 2/2] add wb-qtt862918/stdout.log. Signed-off-by: wb-qtt862918 --- wb-qtt862918/stdout.log | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 wb-qtt862918/stdout.log diff --git a/wb-qtt862918/stdout.log b/wb-qtt862918/stdout.log new file mode 100644 index 0000000..17fe904 --- /dev/null +++ b/wb-qtt862918/stdout.log @@ -0,0 +1,14 @@ +#安装containerd +yum --enablerepo Plus install containerd + + +#安装nerdctl或者containerd使用安装部署脚本 +curl https://cloud-native.oss-cn-shanghai.aliyuncs.com/runtime/install-rund-nerdctl.sh -sSf |sh -s + + + +#执行命令和结果 + +[root@iZbp1c9zpmidp7q6m32fgcZ ~]# nerdctl run --runtime io.containerd.runc.v2 docker.io/library/busybox:latest /bin/sh -c "uname -a" +Linux 5f1e05245f62 4.19.91-26.an8.x86_64 #1 SMP Tue May 24 13:10:09 CST 2022 x86_64 GNU/Linux + -- Gitee