TinyFileManager 是基于 Web 的文件管理器,可以在单个文件中高效轻松地管理文件。
1.7K
TinyFileManager 源代码地址:https://github.com/prasathmani/tinyfilemanager
构建镜像和容器运行的基本命令如下👇
# 下载原代码
git clone https://github.com/prasathmani/tinyfilemanager.git
# 如果 github 慢或者访问不了
git clone https://ghproxy.com/https://github.com/prasathmani/tinyfilemanager.git
# 进入目录
cd tinyfilemanager
# 修改 tinyfilemanager.php 中 jquery 的路径
# 修改官方的 Dockerfile 文件
# 构建镜像
docker build -t wbsu2003/tinyfilemanager:v1 .
# 发布镜像
docker push wbsu2003/tinyfilemanager:v1
镜像使用方法可以在 老苏的blog:https://laosu.ml 找找,如果找不到,那说明还在折腾中~~
欢迎关注公众号:

Content type
Image
Digest
Size
32.2 MB
Last updated
over 4 years ago
docker pull wbsu2003/tinyfilemanager