A docker container for dashing based on ruby-alpine
179
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
Content type
Image
Digest
Size
98.9 MB
Last updated
over 9 years ago
docker pull fengal/dashing-alpine