I am trying to copy several files and folders into a docker image assembly from my local host.
Files are as follows:
folder1 file1 file2 folder2 file1 file2
I am trying to make a copy as follows:
COPY files/* /files/
However, all files are placed in / files / is there any way in Docker to save the subdirectory structure and also copy files to their directories?
docker copy dockerfile
user1220022 May 13 '15 at 13:09 2015-05-13 13:09
source share