Skip to content

Latest commit

 

History

History

elFinder

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Unofficial elFinder Docker image

This images contains elFinder

elFinder image

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

Try

Try in PWD

How to use this image

Quick start

  # 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

Container size

407MB

Sources

GitHub source repository JDelemar/elFinder
Docker repository jdelemar/elFinder
Original elFinder source on GitHub

License

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.