hrietman / dashing-io-example

Example docker file to rebuild dashing-io dashboard and create runnable container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Dashboard

A simple dashboard based on the popular dashing-io framework

Build container

docker build --no-cache -t example/dashboard:v1 .

Run container locally

docker run -p 3030:3030 example/dashboard:v1

Open your browser at: http://localhost:3030

dashing-io

http://dashing.io/

About

Example docker file to rebuild dashing-io dashboard and create runnable container