From 52fe712b6fd68c8016824b79b4dd819ca2cfc0d6 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 1 Mar 2025 14:23:51 +0100 Subject: [PATCH] docs: Readme (#907) --- readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 439833e..0ae84f8 100644 --- a/readme.md +++ b/readme.md @@ -223,7 +223,7 @@ kubectl apply -f https://raw.githubusercontent.com/vdsm/virtual-dsm/refs/heads/m After configuring the container for [macvlan](#how-do-i-assign-an-individual-ip-address-to-the-container), it is possible for DSM to become part of your home network by requesting an IP from your router, just like your other devices. - To enable this mode, add the following lines to your compose file: + To enable this mode, in which the container and DSM will have separate IP addresses, add the following lines to your compose file: ```yaml environment: @@ -234,9 +234,6 @@ kubectl apply -f https://raw.githubusercontent.com/vdsm/virtual-dsm/refs/heads/m - 'c *:* rwm' ``` -> [!NOTE] -> In this mode, the container and DSM will each have their own separate IPs. - ### How do I pass-through the GPU? To pass-through your Intel GPU, add the following lines to your compose file: