Skip to content
Snippets Groups Projects
Commit c42cfaba authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

DOC: initial container configuration

parent 827f8790
No related branches found
No related tags found
1 merge request!2Documentation
......@@ -7,7 +7,7 @@
</a>
</td>
<td style="border-collapse: collapse; border: none; vertical-align: center;">
<b><font size = "5">OpenAirInterface Core Network Docker Deployment : Building the Images</font></b>
<b><font size = "5">OpenAirInterface 5G Core Network Docker Deployment : Building the Images</font></b>
</td>
</tr>
</table>
......
<table style="border-collapse: collapse; border: none;">
<tr style="border-collapse: collapse; border: none;">
<td style="border-collapse: collapse; border: none;">
<a href="http://www.openairinterface.org/">
<img src="./images/oai_final_logo.png" alt="" border=3 height=50 width=150>
</img>
</a>
</td>
<td style="border-collapse: collapse; border: none; vertical-align: center;">
<b><font size = "5">OpenAirInterface 5G Core Network Docker Deployment : Configure Containers</font></b>
</td>
</tr>
</table>
**TABLE OF CONTENTS**
1. [Networking](#1-create-a-docker-bridged-network)
2. [Deploy](#2-deploy-the-containers)
3. [Configure](#3-configure-the-containers)
# 1. Create a Docker Bridged Network #
```bash
$ 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**
......@@ -7,7 +7,7 @@
</a>
</td>
<td style="border-collapse: collapse; border: none; vertical-align: center;">
<b><font size = "5">OpenAirInterface Core Network Docker Deployment Home Page</font></b>
<b><font size = "5">OpenAirInterface 5G Core Network Docker Deployment Home Page</font></b>
</td>
</tr>
</table>
......
......@@ -7,7 +7,7 @@
</a>
</td>
<td style="border-collapse: collapse; border: none; vertical-align: center;">
<b><font size = "5">OpenAirInterface Core Network Docker Deployment : Pre-Requisites </font></b>
<b><font size = "5">OpenAirInterface 5G Core Network Docker Deployment : Pre-Requisites </font></b>
</td>
</tr>
</table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment