1 Star 0 Fork 126

dasRa0 / PrometheusAlert

forked from feiyu563 / PrometheusAlert 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
jikun.zhang 提交于 2020-08-04 17:37 . 恢复原始Dockerfile
FROM centos:7
MAINTAINER jikun.zhang <jikun.zhang>
ADD example/linux /app
ADD example/linux/db/PrometheusAlertDB.db /opt/PrometheusAlertDB.db
WORKDIR /app
RUN chmod -R 755 /app
CMD if [ ! -f /app/db/PrometheusAlertDB.db ];then cp /opt/PrometheusAlertDB.db /app/db/PrometheusAlertDB.db;echo 'init ok!';else echo 'pass!';fi && /app/PrometheusAlert
Go
1
https://gitee.com/dasra0/PrometheusAlert.git
git@gitee.com:dasra0/PrometheusAlert.git
dasra0
PrometheusAlert
PrometheusAlert
master

搜索帮助