From d1e65edad1b855580a6c743cc1dd7c391bcdb21c Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Tue, 19 Apr 2016 11:12:07 -0700 Subject: [PATCH] azure.md: typo fix Signed-off-by: Ahmet Alp Balkan --- docs/drivers/azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/azure.md b/docs/drivers/azure.md index cd96ff242d..acd6141dca 100644 --- a/docs/drivers/azure.md +++ b/docs/drivers/azure.md @@ -66,7 +66,7 @@ Optional: - `--azure-use-private-ip`: Use private IP address of the machine to connect. It's useful for managing Docker machines from another machine on the same network e.g. while deploying Swarm. - `--azure-no-public-ip`: Do not create a public IP address for the machine (implies `--azure-use-private-ip`). Should be used only when creating machines from an Azure VM within the same subnet. - `--azure-static-public-ip`: Assign a static public IP address to the machine. -- `--azure-docker-port`: Port number for Docker engine [$AZURE_DOCKER_PORT] +- `--azure-docker-port`: Port number for Docker engine. - `--azure-environment`: Azure environment (e.g. `AzurePublicCloud`, `AzureChinaCloud`). [vm-image]: https://azure.microsoft.com/en-us/documentation/articles/resource-groups-vm-searching/