1 Star 0 Fork 15

littlepy/carina

forked from Carina/carina 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile.local 729 Bytes
一键复制 编辑 原始数据 按行查看 历史
蚂蚁搬家H 提交于 2021-08-18 15:10 . resolve conflict
FROM registry.cn-hangzhou.aliyuncs.com/antmoveh/centos-lvm2:runtime-202104
# copy binary file
COPY bin/carina-node /usr/bin/
COPY bin/carina-controller /usr/bin/
COPY debug/config.json /etc/carina/
RUN chmod +x /usr/bin/carina-node && chmod +x /usr/bin/carina-controller
# add bcache-tools
COPY bcache-tools/bcache-register /usr/bin/
COPY bcache-tools/bcache-super-show /usr/bin/
COPY bcache-tools/make-bcache /usr/bin/
COPY bcache-tools/probe-bcache /usr/bin/
RUN chmod +x /usr/bin/bcache-register /usr/bin/bcache-register /usr/bin/bcache-register /usr/bin/bcache-register
# Update time zone to Asia-Shanghai
COPY Shanghai /etc/localtime
RUN echo 'Asia/Shanghai' > /etc/timezone
CMD ["echo carina-node carina-controller"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/littlepy/carina.git
git@gitee.com:littlepy/carina.git
littlepy
carina
carina
main

搜索帮助