tar cvf image.tar image/
==> cd image/ #路徑問題,要進入到這個文件夾里面打包
#directory issue, you must enter into the directory
==> tar cvf image.tar *
check the directory !!
I faced the similar log but finally I found it had included the extra directory!
我在github上回答:
my answer on github:
https://github.com/docker/docker/issues/9245