diff --git a/README.md b/README.md index cac6c9b1..37bcf414 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 ``` diff --git a/images/nms_screenshot.png b/images/nms_screenshot.png new file mode 100644 index 00000000..6e6f858c Binary files /dev/null and b/images/nms_screenshot.png differ