Run Dashing in a Docker container.
Link: fengal/dashing-alpine
docker run -d -p 8080:3030 fengal/dashing-alpine
And point your browser to http://localhost:8080/.
You can provide a custom dashing (including the dashboard, widgets, jobs and configuration) by mounting to the volume /dashing
docker run -v=/my/custom/dashing:/dashing -d -p 8080:3030 fengal/dashing-alpine
Distributed under the MIT license