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