This docker file depends on the FLAT base image.
- Islandora_solr_search, exposed via the Islandora drupal interface
docker build -t flat ./add-islandora-solr-to-flat
docker run -p 80:80 -v ~/my-resources:/lat -it flat
Add the Islandora SOLR modules to FLAT, but doesn't do the actual setup of SOLR and its population. One option is to use the add-gsearch-to-flat Docker setup.