Skip to content

Commit

Permalink
support docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sjqzhang committed Feb 16, 2019
1 parent 93fcc41 commit dca0b83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@ wget -c http://10.1.5.9:8080/group1/default/20190128/16/10/2G
culr -C - http://10.1.5.9:8080/group1/default/20190128/16/10/2G
```

- Docker如何部署?
```
使用环境变量 GO_FASTDFS_DIR 指向存储目录。
```

- 大文件如何分块上传?
```
一般的分块上传都要客户端支持,而语言的多样性,客户端难以维护,但分块上传的功能又有必要,为此提供一个简单的实现思路。
Expand Down Expand Up @@ -349,6 +355,8 @@ issue中chengyuansen同学向我提议使用增加扩容特性,我觉得对代
```




- 有问题请[点击反馈](https://github.com/sjqzhang/go-fastdfs/issues/new)
或加
![二维码](doc/wechat.jpg)
Expand Down

0 comments on commit dca0b83

Please sign in to comment.