pretty fileserver to host local files (in memory!)
392
Hosting files in memory removes hard drive bottleneck issues. This helps especially for sharing large files with many people.
Run the server with something like the following:
docker run -it -p 80:80 -v /home/animcogn/data/:/data --tmpfs /usr/share/nginx/html animcogn/local-fileserver:1.0
Where data is hosting the files.
Content type
Image
Digest
Size
19.8 MB
Last updated
almost 8 years ago
docker pull animcogn/local-fileserver