Use single image for UERANSIM gNB + UE (Disk usage optimizations)

This commit is contained in:
herlesupreeth
2021-06-16 13:56:19 +02:00
parent 0ca95ac0d5
commit 500dd24fc8
7 changed files with 38 additions and 26 deletions

View File

@@ -49,11 +49,9 @@ docker-compose -f srsenb.yaml build --no-cache
docker-compose -f srsenb.yaml up -d && docker attach srsenb
# UERANSIM gNB
docker-compose -f nr-gnb.yaml build --no-cache
docker-compose -f nr-gnb.yaml up -d && docker attach nr_gnb
# UERANSIM NR-UE
docker-compose -f nr-ue.yaml build --no-cache
docker-compose -f nr-ue.yaml up -d && docker attach nr_ue
```