In this compose repo, there are for types of compose for using:
| Type | Compose File | |
|---|---|---|
| 1 | Basic | docker-compose.yaml |
| 2 | Static NR-DC | docker-compose-dc-static.yaml |
| 3 | Dynamic NR-DC | docker-compose-dc-dynamic.yaml |
| 4 | ULCL | docker-compose-ulcl.yaml |
The compose user guides are also at free-ran-ue official website.
git clone https://github.com/free-ran-ue/fru-composeIf you want to use the pr-build image on the docker hub, you can just skip this step.
cd fru-compose
git clone https://github.com/free-ran-ue/free-ran-ue
makeAfter building, use docker images cli to check image. The image will be named with alonza0314/free-ran-ue:latest.
cd fru-compose
docker compose -f <target compose file> updocker compose -f <target compose file> down