Skip to content

Commit

Permalink
docs: Adds screenshot to README (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Dec 7, 2023
1 parent 17d377f commit ab9949a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A Network Management System for managing the SD-Core 5G core network.

![Screenshot](images/nms_screenshot.png)

## Usage

NMS needs to be configured with the following environment variables:
Expand All @@ -15,5 +17,5 @@ export UPF_CONFIG_PATH=/path/to/upf_config.json
export GNB_CONFIG_PATH=/path/to/gnb_config.json

docker pull ghcr.io/canonical/sdcore-nms:0.2.0
docker run -it --env UPF_CONFIG_PATH --env GNB_CONFIG_PATH ghcr.io/canonical/sdcore-nms:0.2.0
docker run -it --env UPF_CONFIG_PATH --env GNB_CONFIG_PATH --env WEBUI_ENDPOINT ghcr.io/canonical/sdcore-nms:0.2.0
```
Binary file added images/nms_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab9949a

Please sign in to comment.