/rancher-training

This is rancher-training image using rawmind/alpine-revealjs

Primary LanguageHTML

rancher-training

This is rancher-training image using rawmind/alpine-revealjs.

index.html and slides are packaged into a docker. This docker would start a web services that give you access to the training content.

Versions

Build

docker build -t rawmind/rancher-training:0.1-3 .

Run

docker run -td -p 8080:8080 rawmind/rancher-training:0.1-3

Access training content from your web browser, http://localhost:8080

Update reveal.js

Just upgrade FROM rawmind/alpine-revealjs:3.6.0-0 in the Dockerfile to the desired version and build the docker.