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 <ajeetraina@gmail.com>
This commit is contained in:
Ajeet Singh Raina, Docker Captain, {Code} Catalysts, Dell EMC R&D 2017-07-31 14:52:26 +05:30 committed by Ajeet Raina
parent 0db4de8dc6
commit e67ee16d39

View File

@ -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 <resource-group-name> --storage-account <storage-account-name> --location westeurope <path-to-your-azure.vhd>
linuxkit run azure -resourceGroupName <resource-group-name> -accountName <storage-account-name> -location westeurope <path-to-your-azure.vhd>
```
Sample output of the command: