Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 550 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 550 Bytes

Dashboard

Dashboard is SPA (Single Page Application) for Beaker.

Running it in a container:

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