Something went wrong on our end
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
Raphael Defosseux authoredSigned-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
CONFIGURE_CONTAINERS.md 1.06 KiB
![]() |
OpenAirInterface 5G Core Network Docker Deployment : Configure Containers |
TABLE OF CONTENTS
1. Create a Docker Bridged Network
$ docker network create --attachable --subnet 192.168.61.0/26 --ip-range 192.168.61.0/26 prod-oai-public-net
Once again we chose an IDLE IP range in our network. Please change to proper value in your environment.
2. Deploy the containers
TODO
3. Configure the containers
TODO