This image is regularly update with the latest release from the official docsify-cli image.
Whenever there is an update for the original docsify-cli npm an automatic pull request is opened to implement the update and I do my best to merge the updates quickly.
The workflow file for this can be found in .github/workflows/auto-build-container.yml
Docker Image
docker pull afreisinger/docsify:latestdocker pull ghcr.io/afreisinger/docsify:latest# initilize docs folder using docsify
docker run --rm -v docs:/docs afreisinger/docsify init# using docker container
docker run --rm -v docs:/docs afreisinger/docsify serveOptional parameters to pass to docsify
--livereload-port=PORT_HERE     livereload on PORT_HEREgit clone https://github.com/afreisinger/docsify.git
cd docsify/
mv docs.sample docs
docker-compose up -d  #modify docker-compose if necessaryFor more info on docsify
- Read docsify documentation
 - Find docsify source on github