Skip to content
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

Merged
merged 10 commits into from
Oct 16, 2015
Merged

add solr #346

merged 10 commits into from
Oct 16, 2015

Conversation

makuk66
Copy link
Contributor

@makuk66 makuk66 commented Sep 21, 2015

This PR adds documentation for the solr image, see docker-library/official-images#1070


To run a single Solr server:

SOLR_CONTAINER=$(docker run -d -p 8983:8983 -t solr)
Copy link
Member

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.

Copy link
Contributor Author

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.

@yosifkit
Copy link
Member

You should also run ./markdownfmt.sh -d solr to make sure that markdownfmt doesn't have anything to complain about. We run all markdown through it to ensure a consistent coding style.

Use named container instead of capturing the container id
Use fenced code blocks with language
@yosifkit
Copy link
Member

LGTM; CI failure is just complaining about readme.md changes existing, but 'tis fine on a new repo.

@tianon
Copy link
Member

tianon commented Oct 16, 2015

LGTM

tianon added a commit that referenced this pull request Oct 16, 2015
@tianon tianon merged commit 9797781 into docker-library:master Oct 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants