mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
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:
parent
0db4de8dc6
commit
e67ee16d39
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user