Skip to content
Snippets Groups Projects
OpenAirInterface 5G Core Network Docker Deployment : Configure Containers

TABLE OF CONTENTS

  1. Networking
  2. Deploy
  3. Configure

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