Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 612 Bytes

File metadata and controls

60 lines (34 loc) · 612 Bytes

Docker + reveal.js

A reveal.js Docker Base Image with ONBUILD

go get it!

git clone https://github.com/fschl/docker-revealjs

Note: something to talk abooouuut


Write your slides

in a simple markdown file

vertical #1

with content

a picture

Docker


Write a one-line Dockerfile

FROM fschl/revealjs:onbuild

Build it

$ docker build -t myslides .

Run it

$ docker run -d -P myslides

View it

See http://mindtrove.info/a-reveal.js-docker-base-image-with-onbuild