blob: f8e072224939bcd43717ee66e9213914f587bfbe [file] [log] [blame]
John DeNisco06dcd452018-07-26 12:45:10 -04001.. _containers:
2
jdenisco1511a4e2018-10-30 08:46:02 -04003VPP with Containers
4====================
John DeNisco06dcd452018-07-26 12:45:10 -04005
6This 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
hsandide75176a2023-10-30 18:47:36 +01008This section has been tested with Ubuntu 22.04 LTS.
John DeNisco06dcd452018-07-26 12:45:10 -04009
10.. toctree::
11
12 containerCreation
13 containerSetup
14 Routing