We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3835c commit 863065bCopy full SHA for 863065b
1 file changed
_posts/2024-10-15-basic-container.md
@@ -46,6 +46,10 @@ container. We start with the networking, we want a single port as our
46
WAN port, connected to the Internet, and a VETH pair where one end will
47
be handed over to the container.
48
49
+Notice the *DHCP client* on interface `e1`, it is required since we need
50
+Internet access to download the container image below.
51
+
52
53
```console
54
admin@infix:/> configure
55
admin@infix:/config/> set dhcp-client client-if e1
0 commit comments