-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add solr #346
add solr #346
Conversation
|
||
To run a single Solr server: | ||
|
||
SOLR_CONTAINER=$(docker run -d -p 8983:8983 -t solr) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be easier for users to understand by using something like --name some-solr
instead of capturing the container id. Also, feel free to used fenced code blocks with language when needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea; I'll make it so.
You should also run |
Use named container instead of capturing the container id Use fenced code blocks with language
LGTM; CI failure is just complaining about |
LGTM |
This PR adds documentation for the solr image, see docker-library/official-images#1070