Skip to content

Commit

Permalink
docs: Networking (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jun 16, 2024
1 parent 9d5119a commit 3dfbd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,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:

Expand Down

0 comments on commit 3dfbd54

Please sign in to comment.