8000 azure: add --azure-storage-type flag · unlaudable/docker.github.io@575f3b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 575f3b3

Browse files
ahmetbMisty Stanley-Jones
authored andcommitted
azure: add --azure-storage-type flag
This allows users to specify type of Azure Storage account to be used to run the machine’s disk and enables users to create SSD-backed machines. Fixes docker#3542. Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
1 parent 9729609 commit 575f3b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

machine/drivers/azure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Optional:
6363
- `--azure-static-public-ip`: Assign a static public IP address to the machine.
6464
- `--azure-docker-port`: Port number for Docker engine.
6565
- `--azure-environment`: Azure environment (e.g. `AzurePublicCloud`, `AzureChinaCloud`).
66+
- `--azure-storage-type`: Type of Azure Storage account hosting the OS disk of the machine (e.g. `Standard_LRS`, `Premium_LRS`).
6667

6768
[vm-image]: https://azure.microsoft.com/en-us/documentation/articles/resource-groups-vm-searching/
6869
[location]: https://azure.microsoft.com/en-us/regions/
@@ -85,6 +86,7 @@ Optional:
8586
| `--azure-subnet` | `AZURE_SUBNET` | `docker-machine` |
8687
| `--azure-subnet-prefix` | `AZURE_SUBNET_PREFIX` | `192.168.0.0/16` |
8788
| `--azure-availability-set` | `AZURE_AVAILABILITY_SET` | `docker-machine` |
89+
| `--azure-storage-type` | `AZURE_STORAGE_TYPE` | `Standard_LRS` |
8890
| `--azure-open-port` | - | - |
8991
| `--azure-private-ip-address` | - | - |
9092
| `--azure-use-private-ip` | - | - |

0 commit comments

Comments
 (0)
0