docs: Updated "VPP with Containers" use-case section
[vpp.git] / docs / usecases / containers / index.rst
1 .. _containers:
2
3 VPP with Containers
4 ====================
5
6 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/>`_.
7
8 This section has been tested with Ubuntu 22.04 LTS.
9
10 .. toctree::
11
12    containerCreation
13    containerSetup
14    Routing