Skip to content

Commit 6ee22c5

Browse files
authored
Add vmware-network-type to README
Missed this as part of machine-drivers#34
1 parent 4e9084f commit 6ee22c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ $ docker-machine create --driver=vmware default
5757
- `--vmware-cpu-count`: Number of CPUs for the machine (-1 to use the number of CPUs available)
5858
- `--vmware-disk-size`: Size of disk for host VM (in MB)
5959
- `--vmware-memory-size`: Size of memory for host VM (in MB)
60+
- `--vmware-network-type`: Network connection type to use (e.g. 'nat', 'bridged', 'hostonly')
6061
- `--vmware-no-share`: Disable the mount of your home directory
6162
- `--vmware-ssh-password`: SSH password
6263
- `--vmware-ssh-user`: SSH user
@@ -71,12 +72,12 @@ $ docker-machine create --driver=vmware default
7172
| `--vmware-cpu-count` | VMWARE_CPU_COUNT | `1` |
7273
| `--vmware-disk-size` | VMWARE_DISK_SIZE | `20000` |
7374
| `--vmware-memory-size` | VMWARE_MEMORY_SIZE | `1024` |
75+
| `--vmware-network-type` | VMWARE_NETWORK_TYPE | `nat` |
7476
| `--vmware-no-share` | VMWARE_NO_SHARE | - |
7577
| `--vmware-ssh-password` | VMWARE_SSH_PASSWORD | `tcuser` |
7678
| `--vmware-ssh-user` | VMWARE_SSH_USER | `docker` |
7779
| `--vmware-wait-ip` | VMWARE_WAIT_IP | `30000` |
7880

79-
8081
## License
8182

8283
It's under the Apache 2 license.

0 commit comments

Comments
 (0)