1 Star 0 Fork 1

郭彦君(13811366024)/docker-alpine-mariadb10.1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 243 Bytes
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2019-09-17 11:21 . alpine 3.4-3.5 mariadb10.1
FROM alpine:3.5
MAINTAINER haol666 <haol666@foxmail.com>
WORKDIR /data
VOLUME /data
COPY startup.sh /startup.sh
RUN apk add --update mysql mysql-client && rm -f /var/cache/apk/*
COPY my.cnf /etc/mysql/my.cnf
EXPOSE 3306
CMD ["/startup.sh"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Docker
1
https://gitee.com/guoyjalihy/docker-alpine-mariadb10.1.git
git@gitee.com:guoyjalihy/docker-alpine-mariadb10.1.git
guoyjalihy
docker-alpine-mariadb10.1
docker-alpine-mariadb10.1
master

搜索帮助