2 Star 4 Fork 1

cloudtask/cloudtask-agent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 398 Bytes
一键复制 编辑 原始数据 按行查看 历史
bolve 提交于 2018-03-16 11:34 . add Dockerfile.
FROM centos:7
MAINTAINER bobliu bobliu0909@gmail.com
RUN mkdir -p /opt/cloudtask/etc
RUN mkdir -p /opt/cloudtask/cache
RUN mkdir -p /opt/cloudtask/logs
COPY etc /opt/cloudtask/etc
COPY cloudtask-agnet /opt/cloudtask/cloudtask-agent
WORKDIR /opt/cloudtask
VOLUME ["/opt/cloudtask/etc"]
VOLUME ["/opt/cloudtask/cache"]
VOLUME ["/opt/cloudtask/logs"]
CMD ["./cloudtask-agent"]
EXPOSE 8600
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/cloudtask/cloudtask-agent.git
git@gitee.com:cloudtask/cloudtask-agent.git
cloudtask
cloudtask-agent
cloudtask-agent
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385