Live data from Hacker News

Putting data in a volume in a Dockerfile

jpetazzo.github.io

1–2 of 2 posts

Re: Putting data in a volume in a Dockerfile

#2
I tried the recipe and noticed that create with -v also creates a volume and copy the image content. Docker documentation also states that it is the same as VOLUME in Dockerfile. So what is the advantage? The long copy time is still there ...