Initial commit of Sphinx docs
[vpp.git] / docs / usecases / containers.rst
1 .. _containers:
2
3 FD.io 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
9 .. toctree::
10
11    containerCreation
12    containerSetup
13    Routing