Skip to content

beaker-project/dashboard

Repository files navigation

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

About

BeakerNG Dashboard. React. PatternFly. TypeScript. Future.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published