From 0f50e3d4bea5a80341731348b5d661a158351f76 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 16 Jun 2024 06:20:45 +0200 Subject: [PATCH] docs: Networking (#127) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6e812d1..94abade 100644 --- a/readme.md +++ b/readme.md @@ -201,7 +201,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: