We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863065b commit 84f6549Copy full SHA for 84f6549
1 file changed
_posts/2024-10-15-basic-container.md
@@ -1,5 +1,5 @@
1
---
2
-title: Basic Container Setup
+title: Gentle Container Introduction
3
author: troglobit
4
date: 2024-10-15 07:00:00 +0100
5
categories: [showcase]
@@ -12,6 +12,11 @@ This is the fourth post in a series about containers in Infix. This
12
time we go back to basics for a more gentle introduction into using
13
containers.
14
15
+We will use one real interface, connected to the outside world, and one
16
+VETH pair. One end of the pair in the host and the other given to the
17
+container. The host end of the pair can be bridged or routed, this is
18
+left as an exercise to the reader.
19
+
20
See the [first post][1] for a background and networking basics.
21
22
> This post assumes knowledge and familiarity with the [Infix Network
0 commit comments