Usually we use the command docker run -t -i --name apr apr/aprtools to create a docker container. However, after downloading the repairthemall image, it goes wrong when executing this line.

I'd like to make some modification and then use the command provided by you docker run -it --rm -v <absolute_path_to_store_results>:/results tdurieux/repairthemall Nopol -b Defects4J -i Chart_5 to conduct some experiment. How to finish it please?