When I ran the one shot docker command for the first time I started with the example in the documentation. While this worked there was some confusion as the Dockerfile will create /mnt/input and /mnt/output automatically. With this PR this behaviour doesn't change but is less noticeable.
197
When I ran the one shot docker command for the first time I started with the example in the documentation. While this worked there was some confusion as the Dockerfile will create
/mnt/input
and/mnt/output
automatically. With this PR this behaviour doesn't change but is less noticeable.