Docker based container for reveal-md
1.7K
This container provides a run time environment base on reveal-md for running reveal.js presentations.
You can either use local file system based setup or have your own volume container bringing the presentation.
version: '2'
services:
revealmd:
image: tkaefer/reveal-md-container:latest
volumes_from:
- presentation
presentation:
image: tkaefer/decision-making-cognitive-biases
volumes:
- /app
version: '2'
services:
revealmd:
image: tkaefer/reveal-md-container:latest
volumes:
- ./path/to/presentation:/app:ro
Content type
Image
Digest
Size
164.7 MB
Last updated
over 4 years ago
docker pull tkaefer/reveal-md-container