diff options
Diffstat (limited to 'docs/usecases/containers.rst')
-rw-r--r-- | docs/usecases/containers.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/usecases/containers.rst b/docs/usecases/containers.rst new file mode 100644 index 00000000000..90e41db6cb8 --- /dev/null +++ b/docs/usecases/containers.rst @@ -0,0 +1,13 @@ +.. _containers: + +FD.io 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/>`_. + + +.. toctree:: + + containerCreation + containerSetup + Routing |