diff --git a/docs/BUILD_IMAGES.md b/docs/BUILD_IMAGES.md
index 91739709551a5542e580dd01bdee6ae06096cb9b..c85e7952f5aae6de7b280825db0bcf3939e81c71 100644
--- a/docs/BUILD_IMAGES.md
+++ b/docs/BUILD_IMAGES.md
@@ -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>
diff --git a/docs/CONFIGURE_CONTAINERS.md b/docs/CONFIGURE_CONTAINERS.md
new file mode 100644
index 0000000000000000000000000000000000000000..a49ea91d98585f8f5fc1fae910f289aaa2ca1c8b
--- /dev/null
+++ b/docs/CONFIGURE_CONTAINERS.md
@@ -0,0 +1,37 @@
+<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**
+
diff --git a/docs/DEPLOY_HOME.md b/docs/DEPLOY_HOME.md
index 19a9d8825825537ddffdb7645a54031c1662381b..e09cc68ea3f0c427d7f4a37882582e2dba94454b 100644
--- a/docs/DEPLOY_HOME.md
+++ b/docs/DEPLOY_HOME.md
@@ -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>
diff --git a/docs/DEPLOY_PRE_REQUESITES.md b/docs/DEPLOY_PRE_REQUESITES.md
index 6ef3717224cf59e27ac49d0b204a8cf9e4cbe6eb..ed02870ecc937d92c03fac6b59890ca3b8ab60b2 100644
--- a/docs/DEPLOY_PRE_REQUESITES.md
+++ b/docs/DEPLOY_PRE_REQUESITES.md
@@ -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>