I was trying to mount host volume(windows 10) from dockerfile. I was using the command:
docker run -v <host-dir>:<container-dir> <image-name>
from docker terminal. It was working fine from docker terminal. But when I tried to do the same from dockerfile execution it's getting stopped because of this command. Please help how to mount host volume from dockerfile.