docker 搜索镜像
docker search busybox
docker 拉取到本地
docker pull busybox
docker 本地保存
docker save -o busybox.tar busybox:latest
ctr 工具导入k8s命名空间
ctr -n k8s.io image import busybox.tar
crictl 查看导入结果
crictl image list
微信扫一扫
docker search busybox
docker pull busybox
docker save -o busybox.tar busybox:latest
ctr -n k8s.io image import busybox.tar
crictl image list
相关推荐