mirror of
https://github.com/samdbmg/dhcp-netboot.xyz.git
synced 2026-01-23 02:25:09 +00:00
Fix Linux demo instructions
This commit is contained in:
parent
d4a51cce0c
commit
bb4742189e
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
|
@ -73,13 +73,11 @@ sudo ufw allow proto tcp from any to any port 80
|
|||
Don't forget to remove the rules when you're done!
|
||||
|
||||
## Demo
|
||||
The [vagrant-demo/](vagrant-demo/) directory contains a demo of this container
|
||||
using a Virtualbox VM managed by Vagrant, bridged onto your host network. To
|
||||
run it:
|
||||
```bash
|
||||
cd vagrant-demo
|
||||
./run-demo.sh 192.168.0.1
|
||||
```
|
||||
There's a [Vagrantfile](Vagrantfile) in this directory that demonstrates starting
|
||||
up a Virtualbox VM managed by Vagrant, bridged onto your host network and configured
|
||||
to PXE boot. To try it, run `./run-demo.sh 192.168.0.1` which will launch the Docker
|
||||
container and bring up a Vagrant box.
|
||||
|
||||
**Note:** You might be prompted to select which network the VM should connect to, choose
|
||||
the one matching the IP address you gave.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue