From e67ee16d398c504008ceb2aeeb311ebe12b41b3c Mon Sep 17 00:00:00 2001 From: "Ajeet Singh Raina, Docker Captain, {Code} Catalysts, Dell EMC R&D" Date: Mon, 31 Jul 2017 14:52:26 +0530 Subject: [PATCH] Updated document with the right LinuxKit command The document showed the incorrect sub-command options for LinuxKit run azure which needs to be updated and hence fixed it. Signed-off-by: Ajeet Raina --- docs/platform-azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform-azure.md b/docs/platform-azure.md index 62686424b..525cbd552 100644 --- a/docs/platform-azure.md +++ b/docs/platform-azure.md @@ -34,7 +34,7 @@ This will output a `azure.vhd` image. To deploy the `azure.vhd` image on Azure, invoke the following command: ``` -linuxkit run azure --resource-group --storage-account --location westeurope +linuxkit run azure -resourceGroupName -accountName -location westeurope ``` Sample output of the command: