Please modify the IP arrange if your environment is conflict with this.
### 3. Bring up the core network containers
```
sudo docker-compose -f docker-stateless.yaml up -d
```
It may take some when you start the 5GC compose first time, wait until the mysql container is healthy. But once you run it correctly, it will be very fast.
### 4. Let the balancer 'RISE' know available AMF
Call the API in RISE, and pass the amf list to it:
```
curl -X POST -d '{"amf2":{"ip":"10.244.1.12"}}' http://10.244.1.20:8282/nplugin-dr/v1/create/AmfIpList
```
Currently, we only have one AMF. but it can support multiple.