diff --git a/wb-qtt862918/.keep b/wb-qtt862918/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/wb-qtt862918/stdout.log b/wb-qtt862918/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..17fe904538084ec689ede754c7fdffbd76799d09 --- /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 +