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
- Host: GitHub
- URL: https://github.com/casecommons/docker-elasticsearch-java
- Owner: Casecommons
- Created: 2019-08-20T20:16:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T20:01:40.000Z (about 6 years ago)
- Last Synced: 2025-03-05T06:30:44.187Z (over 1 year ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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