A Docker-based Nginx server that uses the fancyindex module with custom Markdown rendering and theme support.
git clone https://github.com/phx/dockerdown
sudo cp dockerdown/dockerdown /usr/local/bin/
rm -rf dockerdown
- Pre-requisite: Docker
Usage: ./dockerdown -p <port> -d <directory> [-n <name>] [-q] [-h]
-p Specify the port to expose (default: 8080)
-d Specify the directory to mount into the container
-n Specify the container name (default: dockerdown)
-q Enable quiet mode (optional)
-h Display this help message