Skip to content

Reveal JS Presentation Software in a Docker Container

Notifications You must be signed in to change notification settings

rtk4616/revealjs-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RevealJS-Docker

A dockerized version of the Reveal JS presentation software. To try it out, just do:

  docker-compose up -d

And open a browser to http://localhost:8000. Alternatively, there is a run.sh script for use without Docker compose.

To use your own slides, replace /slides/slides.md with your own slides in Markdown format.

If you need to include other files e.g. images, keep them with the presentation file and add them in the slides directory. As the image runs as the "slides" user for security, you may need to run chmod go+r on files.

If you need to change some options or change the theme, update the files in the docker/revealjs-files directory and rebuild the image:

  docker-compose build

This project is heavily based on Peter Parente's revealjs. This differences are that this version has an updated Dockerfile which uses the NodeJS official image and removes a problematic VOLUME command.

About

Reveal JS Presentation Software in a Docker Container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.5%
  • HTML 28.6%
  • Shell 3.0%
  • JavaScript 1.9%