1 Star 2 Fork 0

涵曦 / md-pages

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 418 Bytes
一键复制 编辑 原始数据 按行查看 历史
涵曦 提交于 2015-08-15 18:09 . fuck
#Dockerfile
FROM index.alauda.cn/tutum/centos:centos6
MAINTAINER hanxi <hanxi.info@gmail.com>
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8
EXPOSE 8000
EXPOSE 80
EXPOSE 22
RUN yum install -y git unzip
RUN curl -LOR http://git.oschina.net/hanxi/md-pages/raw/master/md-pages.zip
RUN unzip md-pages.zip
WORKDIR /md-pages
RUN mkdir -p /md-pages/http-file-server/files/md
#CMD ["/bin/bash", "/md-pages/start.sh"]
#End
1
https://gitee.com/hanxi/md-pages.git
git@gitee.com:hanxi/md-pages.git
hanxi
md-pages
md-pages
master

搜索帮助