mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-30 02:48:27 +08:00
6 lines
190 B
Docker
Executable File
6 lines
190 B
Docker
Executable File
# https://github.com/elastic/kibana-docker
|
|
FROM registry.cn-hangzhou.aliyuncs.com/kennylee/kibana:5.3.0
|
|
|
|
# Add your kibana plugins setup here
|
|
# Example: RUN kibana-plugin install <name|url>
|