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
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,6 +72,7 @@ $ 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 ` |
You can’t perform that action at this time.
0 commit comments