This docker simply runs a docker which watches for input directory for changes in the files and convert them by GitHub Markup and puts into the output directory. The output directory could be served via a web server.
docker run --restart always -d --name renderer \
-v "<path-to>/input":/app/input \
-v "<path-to>/output":/app/output \
markup-renderer
Content type
Image
Digest
sha256:02cd692d5…
Size
407.5 MB
Last updated
about 1 year ago
docker pull arnabdas/markup-renderer