Is there a way to have a volume mounted during docker build
so that RUN commands can see resources from the volume?
Asked
Active
Viewed 15 times
0

bmargulies
- 97,814
- 39
- 186
- 310
-
Maybe of interest: https://stackoverflow.com/questions/26050899/how-to-mount-host-volumes-into-docker-containers-in-dockerfile-during-build?rq=1 – Thilo Aug 28 '17 at 03:26
-
1Possible duplicate of [How to mount host volumes into docker containers in Dockerfile during build](https://stackoverflow.com/questions/26050899/how-to-mount-host-volumes-into-docker-containers-in-dockerfile-during-build) – bmargulies Aug 28 '17 at 03:53