@@ -30,7 +30,7 @@ If you encounter any troubles, activate the debug mode with `docker-machine --de
3030- ` --cloudsigma-api-location ` : CloudSigma API location endpoint [ code] ( http://cloudsigma-docs.readthedocs.io/en/latest/general.html#api-endpoint ) .
3131- ` --cloudsigma-cpu ` : CPU clock speed for the host in MHz.
3232- ` --cloudsigma-cpu-type ` : CPU type
33- - ` --cloudsigma-cpu-epc-size ` : Enclave Page Cache (EPC) size .
33+ - ` --cloudsigma-driver-name ` : CloudSigma drive name (latest version will be used) .
3434- ` --cloudsigma-drive-size ` : Drive size for the host in GiB.
3535- ` --cloudsigma-drive-uuid ` : CloudSigma drive uuid.
3636- ` --cloudsigma-memory ` : Size of memory for the host in MB.
@@ -46,10 +46,10 @@ If you encounter any troubles, activate the debug mode with `docker-machine --de
4646| --------------------------- | ------------------------- | -------------------------------------- |
4747| ` --cloudsigma-api-location ` | ` CLOUDSIGMA_API_LOCATION ` | ` zrh ` |
4848| ` --cloudsigma-cpu ` | ` CLOUDSIGMA_CPU ` | ` 2000 ` |
49- | ` --cloudsigma-cpu-type ` | ` CLOUDSIGMA_CPU_TYPE ` | ` intel ` |
50- | ` --cloudsigma-cpu-epc-size ` | ` CLOUDSIGMA_CPU_EPC_SIZE ` | - |
49+ | ` --cloudsigma-cpu-type ` | ` CLOUDSIGMA_CPU_TYPE ` | - |
50+ | ` --cloudsigma-drive-name ` | ` CLOUDSIGMA_DRIVE_NAME ` | ` ubuntu ` |
5151| ` --cloudsigma-drive-size ` | ` CLOUDSIGMA_DRIVE_SIZE ` | ` 20 ` |
52- | ` --cloudsigma-drive-uuid ` | ` CLOUDSIGMA_DRIVE_UUID ` | ` 6fe24a6b-b5c5-40ba-8860-771044d2500d ` |
52+ | ` --cloudsigma-drive-uuid ` | ` CLOUDSIGMA_DRIVE_UUID ` | `` |
5353| ` --cloudsigma-memory ` | ` CLOUDSIGMA_MEMORY ` | ` 1024 ` |
5454| ** ` --cloudsigma-password ` ** | ` CLOUDSIGMA_PASSWORD ` | - |
5555| ` --cloudsigma-ssh-port ` | ` CLOUDSIGMA_SSH_PORT ` | ` 22 ` |
0 commit comments