Upload images to odm for docker

How did you install OpenDroneMap? (Docker, natively, …)?

Installed by Docker - on windows ODM

What is the problem?

How do I upload images from windows into the pwd within the docker container so that the following bit of code can find my images

docker run -it --user root
-v $(pwd)/images:/code/images\

I have used WebOdm but not ODM but am unsure about exporting and importing between the docker container and windows
Cheers and thanks Sally

ok so i have found the solution I needed to write out the whole path such as this
docker run -ti --rm -v /c/Users/Sally/images:/code/images then run from power shell. pwd just not working for me

3 Likes