Skip to content

reveal.js Docker image of the HTML presentation framework.

Notifications You must be signed in to change notification settings

KaiHofstetter/docker-revealjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

docker-revealjs

reveal.js Docker image of the HTML presentation framework.

How to use it

  1. Run node web server with revael.js

    docker run --name my-presentation -v $PWD/index.html:/reveal.js/index.html:ro -p 80:8000 -d kaihofstetter/docker-revealjs
    
  2. Access presentation

    http://localhost
    

About

reveal.js Docker image of the HTML presentation framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published