/docker-revealjs-example

Example Presentation for fschl/docker-revealjs

Primary LanguageHTML

Example Presentation For Docker-Revealjs

This uses the Docker image fschl/revealjs:onbuild to create a containerized Reveal.js presentation.

Usage

  1. make sure you have the docker image fschl/revealjs:onbuild locally available

  2. create a single line Dockerfile

FROM fschl/revealjs:onbuild

  1. edit the slides.md file
  2. add images to /images folder
  3. run make build to run your presentation while editing slides content, etc.

Attention

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.