Am new to solr and docker, but per https://solr.apache.org/guide/solr/latest/indexing-guide/indexing-with-tika.html I need to pass arguments at some point to solr:
bin/solr start -e schemaless -Dsolr.modules=extraction do I try to do that at "docker run...." or "docker start...." or once the container is running (I'm not even sure if that's right verb >.< ) Tim