mirror of
https://gitee.com/kennylee/docker.git
synced 2024-12-02 03:48:15 +08:00
8 lines
222 B
Docker
Executable File
8 lines
222 B
Docker
Executable File
# https://github.com/elastic/elasticsearch-docker
|
|
FROM registry.cn-hangzhou.aliyuncs.com/kennylee/elasticsearch:5.3.0
|
|
|
|
# Add your elasticsearch plugins setup here
|
|
# Example: RUN elasticsearch-plugin install analysis-icu
|
|
|
|
|