File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ $ docker-machine create --driver=vmware default
57
57
- ` --vmware-cpu-count ` : Number of CPUs for the machine (-1 to use the number of CPUs available)
58
58
- ` --vmware-disk-size ` : Size of disk for host VM (in MB)
59
59
- ` --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')
60
61
- ` --vmware-no-share ` : Disable the mount of your home directory
61
62
- ` --vmware-ssh-password ` : SSH password
62
63
- ` --vmware-ssh-user ` : SSH user
@@ -71,6 +72,7 @@ $ docker-machine create --driver=vmware default
71
72
| ` --vmware-cpu-count ` | VMWARE_CPU_COUNT | ` 1 ` |
72
73
| ` --vmware-disk-size ` | VMWARE_DISK_SIZE | ` 20000 ` |
73
74
| ` --vmware-memory-size ` | VMWARE_MEMORY_SIZE | ` 1024 ` |
75
+ | ` --vmware-network-type ` | VMWARE_NETWORK_TYPE | ` nat ` |
74
76
| ` --vmware-no-share ` | VMWARE_NO_SHARE | - |
75
77
| ` --vmware-ssh-password ` | VMWARE_SSH_PASSWORD | ` tcuser ` |
76
78
| ` --vmware-ssh-user ` | VMWARE_SSH_USER | ` docker ` |
You can’t perform that action at this time.
0 commit comments