Skip to content

tu-pm/skydive-ui

Repository files navigation

Next generation Skydive WebUI

Please note this version of the Skydive WebUI is still actively developed. Not all the features of the legacy version are implemented yet.

Live demo

Quick start

A docker image is available with the latest version. Please note that this image is currently provided for testing purpose.

docker run -p 8080:8080 skydive/skydive-ui

In order to load a local topology dump

docker run -p 8080:8080 -v dump.json:/usr/src/skydive-ui/assets/dump.json skydive/skydive-ui

then open your browser with the following address

http://127.0.0.1:8080/?data=/assets/dump.json

Dev mode

npm install
npm start

In order to load a local topology dump

PAGE="?data=/assets/dump.json" npm start 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published