使用命令导出镜像成功:
docker export xx > e:/x.tar
使用命令导入镜像:
1.
docker import e/x.tar - test
invalid reference format
2.
type e:/x.tar | docker import - test
?@C tP"T? ?0??關系统找不到指定的文件。
处理: docker 时出错。
系统找不到指定的文件。
处理: import 时出错。
系统找不到指定的文件。
处理: - 时出错。
系统找不到指定的文件。
处理: test 时出错。
docker import e/x.tar test
没有 -