FileCoxBox
可以将文件类似于快递柜那样,进行分享。像拿快递一样取文件,是不是很有仪式感。
拉取代码
wget https://github.com/vastsa/FileCodeBox/archive/refs/tags/latest.zip -O /root/code.zip
解压文件
unzip code.zip
进入目录后,自行打包镜像
docker build --file Dockerfile --tag filecodebox .
运行
docker run -d -p 12345:12345 --name filecodebox -v /opt/FileCodeBox:/app filecodebox
就可以使用ip:12345
访问了
更多配置详情,请参考官网文档https://gitee.com/mirrors/FileCodeBox