I'm hoping that one of the containers that exists allows me to run something like:
docker run -v /host_path/to/scad-files:/src openscad/openscad openscad /src/file.scad -o /src/file.stl
Does this exist? Would it be possible to add it to the README if it does?