Dashbling dashboards ship with a Dockerfile.
-
Build a Docker image:
docker build -t my-dashboard .
-
And run it:
docker run -p 3000:3000 -it my-dashboard
Now open http://localhost:3000/ in your browser to see your dashboard.
Dashbling dashboards ship with a Dockerfile.
Build a Docker image:
docker build -t my-dashboard .
And run it:
docker run -p 3000:3000 -it my-dashboard
Now open http://localhost:3000/ in your browser to see your dashboard.