Skip to content

francescoben/docker-reveal-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reveal.js Docker image

A container to expose your presentations with Reveals.js.

Content

Usage

To simply test this image run this command:

docker run -p 80:80 -d francescoben/docker-reveal-js

To create your presentation, you can mount index.html file like this:

docker run -p 80:80 -v </path/to/your/index/file>:/srv/reveal.js/index.html -d francescoben/docker-reveal-js

You can then browse your content visiting:

http://localhost:80

Contributions and todo

  • All contributions are welcome, I will try to review them as quick as possible.

About

A Docker image to create presentations with reveal.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published