导出镜像存到本地:docker save -o /root/images.tar 镜像ID 从本地导入镜像:docker load i images.tarkubectl run -it --rm dns-test --image=busybox:1.28.4 sh