High Performance File Explorer with HTML front end
454
This image contains a File Explorer and Media Server Java Webapp
Install docker locally if not already done.
pull image:
docker pull sergios/file_explorer
run image (do not forget to customize -v option):
docker run -it --rm -p 8080:8080 -v /home/sergios/Music:/hostRoot sergios/file_explorer
This command runs a container and allows host folder /home/sergios/Music to be accessed by the web interface.
Point your browser to:
http://localhost:8080/file-explorer
and login as admin/passw
(user admin with password passw)
This image is based on tomcat:8-jre8 It contains a H2 in memory RDBMS and needs 1GB Memory to run.
Some topics in the demo:
Content type
Image
Digest
Size
367.2 MB
Last updated
almost 9 years ago
docker pull sergios/file_explorer