I have downloaded a repository from Docker Hub by running the Docker Pull command. This was successful but I now need to add a new file directory so that I can copy a file from my local machine. I think I have managed to copy the file to the image but I do not know how to put it in the new directory.
Could someone help with some instructions on how to copy a file from my local machine to a new file directory on the image?