docs: Networking (#127)

This commit is contained in:
Kroese 2024-06-16 06:20:45 +02:00 committed by GitHub
parent 36dac0f0bf
commit 0f50e3d4be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -201,7 +201,7 @@ kubectl apply -f kubernetes.yml
### How can the VM acquire an IP address from my router? ### 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: To enable this mode, add the following lines to your compose file: