Describe the bug
PR #2741 appears to have introduced a bug in this line. Because the imagename:version is included before the -v the rest of the line is interpreted as arguments to the container, instead of arguments to docker, so the volume is not mounted, and the output is lost.
To Reproduce
cd benchmarks && rm -rf data/
./tpch-gen.sh 0.1
ls -l data/
- Observe no files
Expected behavior
.tbl files have been copied into the volume on the host machine.
Describe the bug
PR #2741 appears to have introduced a bug in this line. Because the
imagename:versionis included before the-vthe rest of the line is interpreted as arguments to the container, instead of arguments to docker, so the volume is not mounted, and the output is lost.To Reproduce
cd benchmarks && rm -rf data/./tpch-gen.sh 0.1ls -l data/Expected behavior
.tblfiles have been copied into the volume on the host machine.