1+ < style >
2+ .asterisk {
3+ color : red;
4+ }
5+ </ style >
16< a href ="https://docs.docker.com/machine/reference/create/ "> Docker create documentation</ a >
27< br >
38< div class ="form_item_block ">
49 < div class ="form_item_block ">
5- < label > Name(s) of the virtual machine(s). Format is text[format,start,stop,step]text. You can enter multiple names, separated with a semicolon. < span class ="asterisk "> *</ span > </ label >
10+ < label > Name(s) of the virtual machine(s). Format is text[format,start,stop,step]text. You can enter multiple
11+ names, separated with a semicolon. < span class ="asterisk "> *</ span > </ label >
612 < input type ="text " ng-model ="VMNAME " ng-required ="true ">
7- </ input >
813 </ div >
914</ div >
1015< div class ="form_item_block ">
1621< div class ="form_item_block ">
1722 < label > Specify environment variables to set in the engine</ label >
1823 < input type ="text " ng-model ="ENGINE_ENV " ng-required ="false ">
19- </ input >
2024</ div >
2125< div class ="form_item_block ">
22- < label > Specify arbitrary daemon options with the syntax name=value. Multiple pairs can be provided separated by ','</ label >
26+ < label > Specify arbitrary daemon options with the syntax name=value. Multiple pairs can be provided separated by
27+ ','</ label >
2328 < input type ="text " ng-model ="ENGINE_OPT " ng-required ="false ">
24- </ input >
2529</ div >
2630< div class ="form_item_block ">
2731 < H2 > Driver used by create</ H2 >
@@ -38,27 +42,22 @@ <H2>Generic Driver</H2>
3842 < div class ="form_item_block ">
3943 < label > Path to the SSH user private key (must be accessible from go-agent!)</ label >
4044 < input type ="text " ng-model ="GENERIC_SSH_KEY ">
41- </ input >
4245 </ div >
4346 < div class ="form_item_block ">
4447 < label > SSH username used to connect</ label >
4548 < input type ="text " ng-model ="GENERIC_SSH_USER ">
46- </ input >
4749 </ div >
4850 < div class ="form_item_block ">
4951 < label > IP Address of host</ label >
5052 < input type ="text " ng-model ="GENERIC_IP_ADDRESS ">
51- </ input >
5253 </ div >
5354 < div class ="form_item_block ">
5455 < label > Port to use for SSH</ label >
5556 < input type ="text " ng-model ="GENERIC_SSH_PORT ">
56- </ input >
5757 </ div >
5858 < div class ="form_item_block ">
5959 < label > Port to use for Docker Daemon (Note: This flag will not work with boot2docker).</ label >
6060 < input type ="text " ng-model ="GENERIC_ENGINE_PORT ">
61- </ input >
6261 </ div >
6362 </ div >
6463</ div >
@@ -68,43 +67,34 @@ <H2>VMWare VSphere Driver</H2>
6867 < div class ="form_item_block ">
6968 < label > Username</ label >
7069 < input type ="text " ng-model ="VSPHERE_USERNAME ">
71- </ input >
7270 </ div >
7371 < div class ="form_item_block ">
7472 < label > Password</ label >
7573 < input type ="password " ng-model ="VSPHERE_PASSWORD ">
76- </ input >
7774 </ div >
7875 < div class ="form_item_block ">
7976 < label > IP/hostname for vCenter or ESXi</ label >
8077 < input type ="text " ng-model ="VSPHERE_VCENTER ">
81- </ input >
8278 </ div >
8379 < div class ="form_item_block ">
8480 < label > DataCenter (for ESXi use ha-datacenter)</ label >
8581 < input type ="text " ng-model ="VSPHERE_DATACENTER ">
86- </ input >
8782 </ div >
88-
8983 < div class ="form_item_block ">
9084 < label > CPU count</ label >
9185 < input type ="text " ng-model ="VSPHERE_CPU_COUNT ">
92- </ input >
9386 </ div >
9487 < div class ="form_item_block ">
9588 < label > Memory size</ label >
9689 < input type ="text " ng-model ="VSPHERE_MEMORY_SIZE ">
97- </ input >
9890 </ div >
9991 < div class ="form_item_block ">
10092 < label > Disk size</ label >
10193 < input type ="text " ng-model ="VSPHERE_DISK_SIZE ">
102- </ input >
10394 </ div >
10495 < div class ="form_item_block ">
10596 < label > URL of BootImage</ label >
10697 < input type ="text " ng-model ="VSPHERE_BOOT2DOCKER_URL ">
107- </ input >
10898 </ div >
10999 </ div >
110100</ div >
@@ -114,63 +104,51 @@ <H2>Azure Driver</H2>
114104 < div class ="form_item_block ">
115105 < label > Your Azure Subscription ID</ label >
116106 < input type ="text " ng-model ="AZURE_SUBSCRIPTION_ID ">
117- </ input >
118107 </ div >
119108 < div class ="form_item_block ">
120109 < label > Azure environment (e.g. AzurePublicCloud, AzureChinaCloud)</ label >
121110 < input type ="text " ng-model ="AZURE_ENVIRONMENT ">
122- </ input >
123111 </ div >
124112 < div class ="form_item_block ">
125113 < label > Azure virtual machine image in the format of Publisher:Offer:Sku:Version</ label >
126114 < input type ="text " ng-model ="AZURE_IMAGE ">
127- </ input >
128115 </ div >
129116 < div class ="form_item_block ">
130117 < label > Azure region to create the virtual machine</ label >
131118 < input type ="text " ng-model ="AZURE_LOCATION ">
132- </ input >
133119 </ div >
134120 < div class ="form_item_block ">
135121 < label > Azure Resource Group name to create the resources in.</ label >
136122 < input type ="text " ng-model ="AZURE_RESOURCE_GROUP ">
137- </ input >
138123 </ div >
139124 < div class ="form_item_block ">
140125 < label > Size for Azure Virtual Machine</ label >
141126 < input type ="text " ng-model ="AZURE_SIZE ">
142- </ input >
143127 </ div >
144128 < div class ="form_item_block ">
145129 < label > Username for SSH login</ label >
146130 < input type ="text " ng-model ="AZURE_SSH_USER ">
147- </ input >
148131 </ div >
149132 < div class ="form_item_block ">
150133 < label > Azure Virtual Network name to connect the virtual machine</ label >
151134 < input type ="text " ng-model ="AZURE_VNET ">
152- </ input >
153135 </ div >
154136 < div class ="form_item_block ">
155137 < label > Azure Subnet Name to be used within the Virtual Network.</ label >
156138 < input type ="text " ng-model ="AZURE_SUBNET ">
157- </ input >
158139 </ div >
159140 < div class ="form_item_block ">
160141 < label > Private CIDR block. Used to create subnet if it does not exist. Must match in the case that the
161142 subnet does exist.</ label >
162143 < input type ="text " ng-model ="AZURE_SUBNET_PREFIX ">
163- </ input >
164144 </ div >
165145 < div class ="form_item_block ">
166146 < label > Azure Availability Set to place the virtual machine into</ label >
167147 < input type ="text " ng-model ="AZURE_AVAILABILITY_SET ">
168- </ input >
169148 </ div >
170149 < div class ="form_item_block ">
171150 < label > Port number for Docker engine </ label >
172151 < input type ="text " ng-model ="AZURE_DOCKER_PORT ">
173- </ input >
174152 </ div >
175153 </ div >
176154</ div >
0 commit comments