From e761bb6667ccac2642f8a59b80d760696c80947b Mon Sep 17 00:00:00 2001 From: Zach Renner <13670625+zarenner@users.noreply.github.com> Date: Mon, 17 May 2021 16:33:41 -0700 Subject: [PATCH] Add vmware-network-type to README Missed this as part of https://github.com/machine-drivers/docker-machine-driver-vmware/pull/34 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f2ef867..54907c3 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ $ docker-machine create --driver=vmware default - `--vmware-cpu-count`: Number of CPUs for the machine (-1 to use the number of CPUs available) - `--vmware-disk-size`: Size of disk for host VM (in MB) - `--vmware-memory-size`: Size of memory for host VM (in MB) +- `--vmware-network-type`: Network connection type to use (e.g. 'nat', 'bridged', 'hostonly') - `--vmware-no-share`: Disable the mount of your home directory - `--vmware-ssh-password`: SSH password - `--vmware-ssh-user`: SSH user @@ -71,6 +72,7 @@ $ docker-machine create --driver=vmware default | `--vmware-cpu-count` | VMWARE_CPU_COUNT | `1` | | `--vmware-disk-size` | VMWARE_DISK_SIZE | `20000` | | `--vmware-memory-size` | VMWARE_MEMORY_SIZE | `1024` | +| `--vmware-network-type` | VMWARE_NETWORK_TYPE | `nat` | | `--vmware-no-share` | VMWARE_NO_SHARE | - | | `--vmware-ssh-password` | VMWARE_SSH_PASSWORD | `tcuser` | | `--vmware-ssh-user` | VMWARE_SSH_USER | `docker` |