Closed jkremser closed 6 years ago
I had no idea that this option actually creates the directory and at the end it is removed. So I used it this way:
docker-squash --tmp-dir /home/jkremser/Downloads <hash>
And it failed with:
... 2017-11-27 21:30:48,854 root ERROR Preparing temporary directory failed ...
and deleted my ~/Downloads :(
~/Downloads
That's the reasoning behind opening this simple PR. The word 'created' should protect people from using the existing directories.
Ouch. Sorry to mislead you!
Merged, thanks!
I had no idea that this option actually creates the directory and at the end it is removed. So I used it this way:
And it failed with:
and deleted my
~/Downloads
:(That's the reasoning behind opening this simple PR. The word 'created' should protect people from using the existing directories.