10000 Updated Virtualbox driver docs · unlaudable/docker.github.io@98d481e · GitHub
[go: up one dir, main page]

Skip to content

Commit 98d481e

Browse files
asiragusaMisty Stanley-Jones
authored andcommitted
Updated Virtualbox driver docs
1 parent 8c5a073 commit 98d481e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

machine/drivers/virtualbox.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The size of the VM's disk can be configured this way:
3434
- `--virtualbox-hostonly-cidr`: The CIDR of the host only adapter.
3535
- `--virtualbox-hostonly-nictype`: Host Only Network Adapter Type. Possible values are '82540EM' (Intel PRO/1000), 'Am79C973' (PCnet-FAST III), and 'virtio' Paravirtualized network adapter.
3636
- `--virtualbox-hostonly-nicpromisc`: Host Only Network Adapter Promiscuous Mode. Possible options are deny , allow-vms, allow-all
37+
- `--virtualbox-hostonly-no-dhcp`: Disable the Host Only DHCP Server
3738
- `--virtualbox-no-share`: Disable the mount of your home directory
3839
- `--virtualbox-no-dns-proxy`: Disable proxying all DNS requests to the host (Boolean value, default to false)
3940
- `--virtualbox-no-vtx-check`: Disable checking for the availability of hardware virtualization before the VM is started
@@ -78,6 +79,7 @@ upper bound of `192.168.24.254`.
7879
| `--virtualbox-hostonly-cidr` | `VIRTUALBOX_HOSTONLY_CIDR` | `192.168.99.1/24` |
7980
| `--virtualbox-hostonly-nictype` | `VIRTUALBOX_HOSTONLY_NIC_TYPE` | `82540EM` |
8081
| `--virtualbox-hostonly-nicpromisc` | `VIRTUALBOX_HOSTONLY_NIC_PROMISC` | `deny` |
82+
| `--virtualbox-hostonly-no-dhcp` | `VIRTUALBOX_HOSTONLY_NO_DHCP` | `false` |
8183
| `--virtualbox-no-share` | `VIRTUALBOX_NO_SHARE` | `false` |
8284
| `--virtualbox-no-dns-proxy` | `VIRTUALBOX_NO_DNS_PROXY` | `false` |
8385
| `--virtualbox-no-vtx-check` | `VIRTUALBOX_NO_VTX_CHECK` | `false` |

0 commit comments

Comments
 (0)
0