├── README.md ├── dockerfile ├── Dockerfile_download ├── Dockerfile_storage ├── Dockerfile_tracker ├── nginx_tracker ├── 说明.md └── 配置 ├── script ├── client ├── client_second ├── mkdir ├── storage ├── storage_second ├── tracker ├── tracker_second └── 运行说明.md ├── 目录结构.md └── 运行命令 /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/README.md -------------------------------------------------------------------------------- /dockerfile/Dockerfile_download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/dockerfile/Dockerfile_download -------------------------------------------------------------------------------- /dockerfile/Dockerfile_storage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/dockerfile/Dockerfile_storage -------------------------------------------------------------------------------- /dockerfile/Dockerfile_tracker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/dockerfile/Dockerfile_tracker -------------------------------------------------------------------------------- /dockerfile/nginx_tracker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/dockerfile/nginx_tracker -------------------------------------------------------------------------------- /dockerfile/说明.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/dockerfile/说明.md -------------------------------------------------------------------------------- /dockerfile/配置: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/dockerfile/配置 -------------------------------------------------------------------------------- /script/client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/script/client -------------------------------------------------------------------------------- /script/client_second: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/script/client_second -------------------------------------------------------------------------------- /script/mkdir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/script/mkdir -------------------------------------------------------------------------------- /script/storage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/script/storage -------------------------------------------------------------------------------- /script/storage_second: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/script/storage_second -------------------------------------------------------------------------------- /script/tracker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/script/tracker -------------------------------------------------------------------------------- /script/tracker_second: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/script/tracker_second -------------------------------------------------------------------------------- /script/运行说明.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/script/运行说明.md -------------------------------------------------------------------------------- /目录结构.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/目录结构.md -------------------------------------------------------------------------------- /运行命令: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LionHeartFXCX/fastdfsOnDocker/HEAD/运行命令 --------------------------------------------------------------------------------