From 85395df66a1813b7d4ae98bc198013f4bfd8c971 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 16 Jun 2024 06:14:15 +0200 Subject: [PATCH] docs: Networking (#166) --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 4ddb2b7..add39f1 100644 --- a/readme.md +++ b/readme.md @@ -119,7 +119,7 @@ kubectl apply -f kubernetes.yml ``` > [!NOTE] -> Changing these values will have no effect after the installation already has been performed. Use the control panel inside Windows in that case. +> Changing these values will have no effect after the installation has been performed already. Use the control panel inside Windows in that case. ### How do I change the storage location? @@ -269,7 +269,7 @@ The example folder `/home/user/example` will be available as ` \\host.lan\Data`. ### How can Windows acquire an IP address from my router? - After configuring the container for macvlan (see above), it is possible for Windows 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 Windows 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: @@ -322,7 +322,7 @@ The example folder `/home/user/example` will be available as ` \\host.lan\Data`. ``` > [!IMPORTANT] -> In case the device is a USB disk drive, please wait until after the installation is completed before connecting it. Otherwise the installation may fail, as the order of the disks can get rearranged. +> If the device is a USB disk drive, please wait until after the installation is completed before connecting it. Otherwise the installation may fail, as the order of the disks can get rearranged. ### How do I verify if my system supports KVM?