An open API service indexing awesome lists of open source software.

https://github.com/casecommons/docker-elasticsearch-java

Elasticsearch used for developer local testing of java services
https://github.com/casecommons/docker-elasticsearch-java

Last synced: 5 months ago
JSON representation

Elasticsearch used for developer local testing of java services

Awesome Lists containing this project

README

          

# docker-elasticsearch-java

## requirements
access to dockerhub

## To publish image

Login to docker

run following commands:
### To build the image
$ docker build -t casebook/docker-elasticsearch-java .

### Tag the image (replacing version and description)
$ docker tag casebook/docker-elasticsearch-java casebook/docker-elasticsearch-java:version-description

### Push the image to registry
$ docker push casebook/docker-elasticsearch-java