Sign inSign up

animcogn/local-fileserver

By animcogn

Updated almost 8 years ago

pretty fileserver to host local files (in memory!)

Image
0

392

animcogn/local-fileserver repository overview

Run a fileserver - in memory!

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.

Tag summary

Content type

Image

Digest

Size

19.8 MB

Last updated

almost 8 years ago

docker pull animcogn/local-fileserver