fastdfs-exporter Dashboard docker运行 sudo docker run -it --rm \ -p 9018:9018 \ -e TRACKER_SERVER="192.168.10.81:22122;192.168.10.82:22122" \ whithen/fastdfs-exporter:v6.06 curl localhost:9018/metrics Releases No releases published
#fastdfs-exporter FROM alpine as git RUN apk add git \ && cd /srv && git clone https://github.com/happyfish100/libfastcommon.git \ && cd libfastcommon; git checkout V1.0.43 \ && cd /srv && git clone https://github.com/happyfish100/fastdfs.git \ && cd fastdfs; git checkout...