Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 842 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 842 Bytes

Herding Microservices

The original and primary location of the document is https://4km3.github.io/hms/

Versions

Build

From alpine-nginx, copy docs into /opt/nginx/www/hms, install reveal.js REVEAL_VERSION=3.4.1 into /opt/nginx/www/hms/reveal.js and serve them throguht port 8080.

docker build -t rawmind/hms:<version> .

Run

docker run -td -p 8080:8080 rawmind/hms:<version>

Update reveal.js

Just set the REVEAL_VERSION variable into the Dockerfile to the desired version and build the docker.