码迷,mamicode.com
首页 > 编程语言 > 详细

docker+fastdfs+springboot一键式搭建分布式文件服务器

时间:2020-01-16 19:11:12      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:mic   div   docker   std   fdfs   dex   home   exe   虚拟   

1.拉去镜像

docker pull qbanxiaoli/fastdfs

2.启动fastdfs

docker run -d --restart=always --privileged=true --net=host --name=fastdfs -e IP={IP} -e WEB_PORT=80 -v ${HOME}/fastdfs:/var/local/fdfs qbanxiaoli/fastdfs

IP 后面是你的服务器公网ip或者虚拟机的IP,-e WEB_PORT=80 指定nginx端口

3.测试fastdfs是否搭建成功

docker exec -it fastdfs /bin/bash

echo "Hello FastDFS!">index.html

fdfs_test /etc/fdfs/client.conf upload index.html

技术图片

 

 能返回url就意见搭建成功

技术图片

 

 4.搭建springboot

代码地址:https://gitee.com/WuLiang19900120/fastdfs.git

docker+fastdfs+springboot一键式搭建分布式文件服务器

标签:mic   div   docker   std   fdfs   dex   home   exe   虚拟   

原文地址:https://www.cnblogs.com/418836844qqcom/p/12202545.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!