Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 634 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 634 Bytes

Directory index

Create a directory index for each subfolder including the current one and excluding hidden ones.

Quick start

To build the image, you can run the following command:

docker build -t directory_index .

You can mount a desired volume at /app and simply run something like:

docker run --rm -it -v$(pwd):/app directory_index

You can also specify a particular path (for example if you want to run it in /app/special):

docker run --rm -it -v$(pwd):/app directory_index /etc/special

License

This program is free software and is distributed under AGPLv3+ License.