This images contains elFinder
From the author
elFinder is an open-source file manager for web, written in JavaScript using jQuery UI. Creation is inspired by simplicity and convenience of Finder program used in Mac OS X operating system.
See elFinder for more details
# test run
docker run -p 8080:80 jdelemar/elfinder
# connect to docker volume (readonly)
docker run --rm -p 8080:80 -v existing-volume:/var/www/html/files jdelemar/elfinder
The file manager like application will be available in your browser at http://localhost:8080
Files are located in the container at /var/www/html/files
and by default have www-data:www-data
permissions
407MB
GitHub source repository JDelemar/elFinder
Docker repository jdelemar/elFinder
Original elFinder source on GitHub
View license information for this elFinder Docker project.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.