This uses the Docker image fschl/revealjs:onbuild
to create a containerized Reveal.js presentation.
-
make sure you have the docker image
fschl/revealjs:onbuild
locally available -
create a single line Dockerfile
FROM fschl/revealjs:onbuild
- edit the
slides.md
file - add images to
/images
folder - run
make build
to run your presentation while editing slides content, etc.
Because I havent made fschl/docker-revealjs
an automated Docker build yet, you most likely need to clone this repo and build the image yourself.