Sign inSign up

zeody/fastdfs

By zeody

Updated over 7 years ago

a Stand-alone fastdfs test environment,include a tracker, a storage, and nginx-module

Image
0

292

zeody/fastdfs repository overview

Developers can quickly build local fastdfs for work

how to use
  • first step: docker pull zeody/fastdfs
  • second step: docker run -d --name=myfastdfs -p 8888:8888 -p 22122:22122 -p 23000:23000 zeody/fastdfs
verificate cmd
  • "docker exec -it myfastdfs /bin/bash" //enter container
  • "echo -e "hello world">index.html" //create a file
  • "fdfs_test /etc/fdfs/client.conf upload index.html" //upload a file

you will get a url like "/group1/M00/00/00/rBEAAlxROu6AQ3GjAAAADK8IOy062.html"
open "localhost:8888/group1/M00/00/00/rBEAAlxROu6AQ3GjAAAADK8IOy062.html" in browser you can see "hello world"

Tag summary

Content type

Image

Digest

Size

96 MB

Last updated

over 7 years ago

docker pull zeody/fastdfs