dockerfiles/reveal
drymer d1aac0d775
[revealjs][skip ci] Update README
2018-09-11 09:22:47 +02:00
..
Dockerfile Add reveal dockerfile 2018-07-22 20:11:54 +02:00
README.md [revealjs][skip ci] Update README 2018-09-11 09:22:47 +02:00
entrypoint.sh Add reveal dockerfile 2018-07-22 20:11:54 +02:00

README.md

Reveal.js

With this image you can use Reveal.js without installing npm, which is always nice. This image will expect to find your reveal files at /revealjs/files. You may use this image with the next function:

reveal () {
	async () {
		sleep 3 && xdg-open http:localhost:8000
	}
	async &|
	docker run -ti --name registry.daemons.it/revealjs --rm -v `pwd`:/revealjs/files/ -p 8000:8000 revealjs
}