🐳 Solr docker image based on Alpine Linux
604
This image runs a 4.10 SOLR server with java 7 installed.
The SOLR schema & binaries are the ones provided by ezsystems in ezfind extension.
This image is therefore intended at being used with eZ Publish 4 or 5.
Solr data folder can be mounted from host system in /opt/solr/data to persist data when the container is restarted.
Solr will run on port 8983 but you can change the default port when running the container.
You can run the container with the basic run Docker command :
```
docker run meg4r0m/alpine-solr:4-ezfind
```
Enter the container
Run the solr init.d startup command with restart option :
/etc/init.d/solr restart
Content type
Image
Digest
Size
259.1 MB
Last updated
over 8 years ago
docker pull meg4r0m/alpine-solr