Skip to content

Commit

Permalink
Merge pull request #519 from nitkon/patch-4
Browse files Browse the repository at this point in the history
architecture.md: Fix networking info
  • Loading branch information
GabyCT committed Jul 24, 2019
2 parents ea8e48d + 3c25050 commit e9cb861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/architecture.md
Expand Up @@ -428,7 +428,7 @@ which is shared between containers

In order to do so, container engines will usually add one end of a virtual
ethernet (`veth`) pair into the container networking namespace. The other end of
the `veth` pair is added to the container network.
the `veth` pair is added to the host networking namespace.

This is a very namespace-centric approach as many hypervisors (in particular QEMU)
cannot handle `veth` interfaces. Typically, `TAP` interfaces are created for VM
Expand Down

0 comments on commit e9cb861

Please sign in to comment.