Linebreak
This commit is contained in:
parent
656bcdf57c
commit
332f11dc42
1 changed files with 3 additions and 1 deletions
|
@ -156,7 +156,9 @@ docker run -it --rm -e "BOOT=http://www.example.com/image.iso" --device=/dev/kvm
|
||||||
|
|
||||||
* ### How can the container acquire an IP address from my router?
|
* ### How can the container acquire an IP address from my router?
|
||||||
|
|
||||||
After configuring the container for macvlan (see above), it will now be able to join your home network by requesting an IP from your router, just like your other devices. To enable this, add the following lines to your compose file:
|
After configuring the container for macvlan (see above), it will now be able to join your home network by requesting an IP from your router, just like your other devices.
|
||||||
|
|
||||||
|
To enable this, add the following lines to your compose file:
|
||||||
|
|
||||||
```
|
```
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue