使用命令docker images查看镜像列表 命令格式:docker image save [OPTIONS] IMAGE [IMAGE...]docker image save -o nginx.tar docker.io/nginx:latest如下图: 相关教程推荐:docker教程