Dashboard is SPA (Single Page Application) for Beaker.
To run the Web Interface in your favorite container environment, use the provided Dockerfile. We recommend podman
.
Build the container image with:
$ podman build . -t dashboard
After building is completed, you can run it, mapping port 80 to some local port:
$ podman run -d -p 8081:80 dashboard
The Interface should now be available in the address http://localhost:8081