17 Star 25 Fork 14

openLooKeng / hetu-odbc-gateway

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 349 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangmingyue 提交于 2020-06-29 21:41 . openlookeng first commit
FROM openjdk:8-jdk-stretch
ADD http://dl.mycat.io/1.6.6.1/Mycat-server-1.6.6.1-release-20180908155252-linux.tar.gz /usr/local
RUN cd /usr/local && tar -zxvf Mycat-server-1.6.6.1-release-20180908155252-linux.tar.gz && ls -lna
VOLUME /usr/local/mycat/conf
VOLUME /usr/local/mycat/logs
EXPOSE 8066 9066
CMD ["/usr/local/mycat/bin/mycat", "console"]
C
1
https://gitee.com/openlookeng/hetu-odbc-gateway.git
git@gitee.com:openlookeng/hetu-odbc-gateway.git
openlookeng
hetu-odbc-gateway
hetu-odbc-gateway
master

搜索帮助