mirror of https://github.com/docker/docs.git
Remove incorrect '$' symbol from default values
This makes the table of default values consistent in style.
This commit is contained in:
parent
359ea6cfd3
commit
8c56709b6f
|
@ -49,4 +49,4 @@ The VMware vSphere driver uses the latest boot2docker image.
|
|||
| **`--vmwarevsphere-username`** | `VSPHERE_USERNAME` | - |
|
||||
| `--vmwarevsphere-vcenter-port` | `VSPHERE_VCENTER_PORT` | 443 |
|
||||
| `--vmwarevsphere-vcenter` | `VSPHERE_VCENTER` | - |
|
||||
| `--vmwarevsphere-folder` | `$VSPHERE_FOLDER` | - |
|
||||
| `--vmwarevsphere-folder` | `VSPHERE_FOLDER` | - |
|
||||
|
|
Loading…
Reference in New Issue