A Network Management System for managing the Aether SD-Core 5G core network.
NMS needs to be configured with the following environment variables:
WEBUI_ENDPOINT
: The endpoint of the webui. This is used to redirect the swagger operations to the webui.export WEBUI_ENDPOINT=10.1.182.28:5000
docker pull ghcr.io/canonical/sdcore-nms:0.2.0
docker run -it --env WEBUI_ENDPOINT ghcr.io/canonical/sdcore-nms:0.2.0