Open WeeSee opened 6 years ago
You mean the /tmp used to transport files into the docker container?
Maybe we should establish a common file transport mechanism for all ooopy tools, what do you think about /tmp/in
and /tmp/out
both mapped into the container, but the input directory only mapped as read-only, to keep it clean.
This way we could establish a generic docker wrapper to call all ooopy tools which is universal and could also be tested properly :).
ok, good idea.
may there could be specified an error output stream as well to capture error messages separately from the output file.
getting rid of /tmp for files
With
WORKDIR
inDockerfile
the /tmp directory should be obsolete