From dd6bb4ec9a7952ddd561e859ca2b935a30eeca25 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 31 Jan 2024 04:44:51 +0100 Subject: [PATCH] docs: Readme (#412) --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index b540f5b..14fbd22 100644 --- a/readme.md +++ b/readme.md @@ -157,9 +157,9 @@ docker run -it --rm -e "BOOT=http://example.com/image.iso" -p 8006:8006 --device * ### 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 your other devices. + 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. - To enable this feature, add the following lines to your compose file: + To enable this mode, add the following lines to your compose file: ```yaml environment: @@ -168,7 +168,7 @@ docker run -it --rm -e "BOOT=http://example.com/image.iso" -p 8006:8006 --device - 'c *:* rwm' ``` - Please note that in this mode, the container and the VM will each have their own separate IPs. The container will keep the macvlan IP, and the VM will be reachable via the DHCP IP. + Please note that in this mode, the container and the VM will each have their own separate IPs. The container will keep the macvlan IP, and the VM will use the DHCP IP. * ### How do I pass-through a disk?