Docker import error:Error: open /tmp/docker-import-123456789/repo/bin/json: no such file or directory
时间:2016-06-09 23:37:48
收藏:0
阅读:4067
??tar cvf image.tar image/
==> cd image/ #路径问题,要进入到这个文件夹里面打包
==> tar cvf image.tar *
check the directory !!
I faced the similar log but finally I found it had included the extra directory!
我在github上回答:
https://github.com/docker/docker/issues/9245
评论(0)