aboutsummaryrefslogtreecommitdiffstats
path: root/docs/usecases/containers/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/usecases/containers/index.rst')
-rw-r--r--docs/usecases/containers/index.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/usecases/containers/index.rst b/docs/usecases/containers/index.rst
new file mode 100644
index 00000000000..f8e07222493
--- /dev/null
+++ b/docs/usecases/containers/index.rst
@@ -0,0 +1,14 @@
+.. _containers:
+
+VPP with Containers
+====================
+
+This section will cover connecting two Linux containers with VPP. A container is essentially a more efficient and faster VM, due to the fact that a container does not simulate a separate kernel and hardware. You can read more about `Linux containers here <https://linuxcontainers.org/>`_.
+
+This section has been tested with Ubuntu 22.04 LTS.
+
+.. toctree::
+
+ containerCreation
+ containerSetup
+ Routing