Details of the architecture can be found in the link: Release A.


Get the image from Nexus repo,

docker pull nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-dashboard:1.0.1

docker pull nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-policy-agent:1.0.0  → Currently on boarded in DCAE as a MS. 

docker pull nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-a1-controller:1.7.4

docker pull nexus3.o-ran-sc.org:10002/o-ran-sc/near-rt-ric-simulator:1.0.1


For Amber Maintenance release we use docker commands to create the containers,

To start the A1 Adapter use the below docker compose file to create the network used by the other docker containers.


Command:  docker-compose up -d a1-controller

Then start all the other component one by one,


docker run -p 8080:8080 --network=nonrtric-docker-net nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-dashboard:1.0.1

docker run -p 9080:9081 --network=nonrtric-docker-net --name=policy-agent-container nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-policy-agent:1.0.0

docker run -p 8181:8085 --network=nonrtric-docker-net --name=nearRtRic-sim1 nexus3.o-ran-sc.org:10002/o-ran-sc/near-rt-ric-simulator:1.0.1