Skip to content

Commit 863065b

Browse files
committed
Point out the use of DHCP client for Internet access.
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 7d3835c commit 863065b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_posts/2024-10-15-basic-container.md

+4
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ container. We start with the networking, we want a single port as our
4646
WAN port, connected to the Internet, and a VETH pair where one end will
4747
be handed over to the container.
4848

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+
4953
```console
5054
admin@infix:/> configure
5155
admin@infix:/config/> set dhcp-client client-if e1

0 commit comments

Comments
 (0)