John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 1 | .. _containers: |
| 2 | |
jdenisco | 1511a4e | 2018-10-30 08:46:02 -0400 | [diff] [blame] | 3 | VPP with Containers |
| 4 | ==================== |
John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 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 | |
hsandid | e75176a | 2023-10-30 18:47:36 +0100 | [diff] [blame] | 8 | This section has been tested with Ubuntu 22.04 LTS. |
John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 9 | |
| 10 | .. toctree:: |
| 11 | |
| 12 | containerCreation |
| 13 | containerSetup |
| 14 | Routing |