Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 445 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 445 Bytes

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