Dockerized Slides
Install Docker
Windows
Follow the instructions here
You will install both the docker engine and an easy to use gui for it (Docker Desktop)
Ubuntu
Follow the instructions here
Usage
Start the container
The following command pulls the image and runs it interactively.
Fire up powershell (windows) or bash (linux) and execute it (you may need to use sudo
on linux)
docker run --pull="always" -p 127.0.0.1:16788:16788 -p 127.0.0.1:16789:16789 -it twyair/safot-revealjs:latest bash
In the container
Run:
source start.sh