Mounting previous docker-root-data.img
Closed this issue · 3 comments
if-kenn commented
I am trying to get data off of a docker-root-data.img that is backed up. When I replace the one in the vm directory and then issue a make up
, it simply makes a new 4GB one. What do I need to do to not have it blow away the old .img?
ailispaw commented
Try touch docker-root-data.img
or something to update a timestamp of the image after replacing.
make
watches a timestamp of files to keep up to date.
ailispaw commented
BTW, please open an issue in appropriate repo. It should be in the docker-root-xhyve
repo, shouldn't it?
if-kenn commented
Yes you are right, I wasn't thinking. Sorry.