Image in different folder

Is there a way to take images from another folder to process them through ODM CLI?

Right now, I am putting images in the project/dataset/run_1/images/ folder, and the outputs are being generated inside project/dataset/run_1/. If I have to run another version on the same dataset, then I am copying the images again to the project/dataset/run_2/images/ folder.

Is there a way to have the images in one location only and save the outputs at another location entirely, or maybe something like this:

Image folder: project/dataset/images/

Output folder: project/dataset/run_1/

I am running ODM through Docker on my Windows system.