7 Star 15 Fork 2

Gitee 极速下载/baidu-file-system

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/baidu/bfs
克隆/下载
dockerfile 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
东方星痕 提交于 2016-12-18 01:50 . fuse don't work
FROM centos:latest
MAINTAINER ystyle "lxy5266@live.com"
RUN yum -y groupinstall 'Development Tools' && yum -y install zlib-devel wget fuse-devel git psmisc &&\
cd / && git clone https://github.com/baidu/bfs.git &&\
# sed -i '4a FUSE_PATH=/usr/include/fuse/' /bfs/Makefile &&\
cd /bfs && ./build.sh && cd sandbox && ./deploy.sh &&\
yum -y groupremove 'Development Tools' && yum clean all &&\
cd ../ && rm -rf thirdparty thirdsrc .build .git src
EXPOSE 8827 8828 8829
WORKDIR /bfs/sandbox/
CMD ./start_bfs.sh && tail -f /dev/null
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/baidu-file-system.git
git@gitee.com:mirrors/baidu-file-system.git
mirrors
baidu-file-system
baidu-file-system
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385