Sign inSign up

meg4r0m/alpine-solr

By meg4r0m

Updated over 8 years ago

🐳 Solr docker image based on Alpine Linux

Image
0

604

meg4r0m/alpine-solr repository overview

Solr 4.10 Docker image for eZ Publish

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.

How to run the container

You can run the container with the basic run Docker command :

``` 
docker run meg4r0m/alpine-solr:4-ezfind
```

How to restart solr daemon

  • Enter the container

  • Run the solr init.d startup command with restart option :

/etc/init.d/solr restart

Tag summary

Content type

Image

Digest

Size

259.1 MB

Last updated

over 8 years ago

docker pull meg4r0m/alpine-solr