This uses the Docker image fschl/revealjs:onbuild to create a containerized Reveal.js presentation.
-
make sure you have the docker image
fschl/revealjs:onbuildlocally available -
create a single line Dockerfile
FROM fschl/revealjs:onbuild
- edit the
slides.mdfile - add images to
/imagesfolder - run
make buildto 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.