Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 418 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 418 Bytes

elasticsearch-docker-mirror

This is elasticsearch docker image mirror, because access to oficial elasticsearch image is restricted for Russia and Belarus.

Pull latest image:

$ docker pull ghcr.io/hirotasoshu/elasticsearch 

Pull by tag:

$ docker pull ghcr.io/hirotasoshu/elasticsearch:7.17.7 

Use as a base image in Dockerfile:

FROM ghcr.io/hirotasoshu/elasticsearch