A container to expose your Markdown-based project documentation with Raneto.
254
A container to expose your Markdown-based project documentation with Raneto.
While a Raneto base image is available at the time of writing (https://github.com/chanux/docker-raneto) I felt like creating my own so that:
The last version of this image is based on Node 6.1.0-slim image, with global gulp-cli and a modified version of Raneto 0.9.0.
This image works mounting a local documentation folder in a volume inside the container, and exposing Raneto on port 80. It also supports a custom configuration file for Raneto.
To run the image mounting only documentation's folder issue:
docker run -p 80:80 -v </path/to/your/content>:/srv/raneto/content -d francescoben/docker-node-raneto
To run the image with documentation's folder and a custom config file issue:
docker run -p 80:80 -v </path/to/your/content-folder>:/srv/raneto/content -v </path/to/your/config-file>:/srv/raneto/config.js -d francescoben/docker-node-raneto
You can then browse your content visiting:
http://localhost:80
Thanks to my colleague Paolo Pustorino who helped me to improve his version of this Docker Image SparkFabrik Raneto Docker image.
Content type
Image
Digest
Size
159.7 MB
Last updated
about 10 years ago
docker pull francescoben/docker-node-raneto