Full setup for reveal.js presentation framework v3.0.0 with Markdown support
1.3K
This image provides a Reveal.js (Homepage | Github) presentation webserver inside a docker container. It uses Version 3.0.0
The Dockerfile is heavily based on work from Peter Parente dockerfiles
Also available via docker hub. Simply docker pull fschl/revealjs.
fschl/revealjs comes with onbuild support. To create a new presentation use a 1-line-Dockerfile with
FROM fschl/revealjs:onbuild
provide your slides in a file called slides.md. Then start a new container using
docker build -t $(USER)/revealjs:slides . && docker run -it --rm -p 8000:8000 $(USER)/revealjs:slides
An Example Presentation Project is available. It comes with a handy Makefile.
slides.md/images directorycustom.cssmake devhttp://localhost:8000Using the dev goal enables you to update the slides content, images and custom.css styles without needing to rebuilding the image or restarting the container!
sudo make slidesSreveal.js containerized. See http://mindtrove.info/a-reveal.js-docker-base-image-with-onbuild/ for details.
Content type
Image
Digest
sha256:790bc551c…
Size
119 MB
Last updated
over 10 years ago
docker pull fschl/revealjs