Please note this version of the Skydive WebUI is still actively developed. Not all the features of the legacy version are implemented yet.
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
npm install
npm start
In order to load a local topology dump
PAGE="?data=/assets/dump.json" npm start
- Slack
- Invite : https://slack.skydive.network
- Workspace : https://skydive-project.slack.com
Your contributions are more than welcome. Please check https://github.com/skydive-project/skydive/blob/master/CONTRIBUTING.md to know about the process.
This software is licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.