File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : Basic Container Setup
2
+ title : Gentle Container Introduction
3
3
author : troglobit
4
4
date : 2024-10-15 07:00:00 +0100
5
5
categories : [showcase]
@@ -12,6 +12,11 @@ This is the fourth post in a series about containers in Infix. This
12
12
time we go back to basics for a more gentle introduction into using
13
13
containers.
14
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
+
15
20
See the [ first post] [ 1 ] for a background and networking basics.
16
21
17
22
> This post assumes knowledge and familiarity with the [ Infix Network
You can’t perform that action at this time.
0 commit comments