Skip to content

free-ran-ue/fru-compose

Repository files navigation

fru-compose

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

How to use?

The compose user guides are also at free-ran-ue official website.

Get this fru-compose repo

git clone https://github.com/free-ran-ue/fru-compose

(Optional) Build free-ran-ue image by yourself

If 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
make

After building, use docker images cli to check image. The image will be named with alonza0314/free-ran-ue:latest.

Up the compose

cd fru-compose
docker compose -f <target compose file> up

Down the compose

docker compose -f <target compose file> down

Docker Hub