From 3dfbd5450053df003d0e06b6d4ab998c20c2f67a Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 16 Jun 2024 06:22:28 +0200 Subject: [PATCH] docs: Networking (#569) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7a7c7d00..c11736b7 100644 --- a/readme.md +++ b/readme.md @@ -202,7 +202,7 @@ kubectl apply -f kubernetes.yml ### How can the VM acquire an IP address from my router? - After configuring the container for macvlan (see above), it is possible for the VM to become part of your home network by requesting an IP from your router, just like a real PC. + After configuring the container for [macvlan](#how-do-i-assign-an-individual-ip-address-to-the-container), it is possible for the VM to become part of your home network by requesting an IP from your router, just like a real PC. To enable this mode, add the following lines to your compose file: