mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-01 15:08:33 +00:00
cmd: Unify the push coding style
- Use 'flags' for the subcommand FlagSet - Use %v to print errors - Use 'path' for the path - Fix cases where the 'path' refers to a different directory - Don't use CamelCase for command line options Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -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 --resourceGroupName <resource-goup-name> --accountName <storageaccountname> --location westeurope <path-to-your-azure.vhd>
|
||||
linuxkit run azure --resource-group <resource-group-name> --storage-account <storage-account-name> --location westeurope <path-to-your-azure.vhd>
|
||||
```
|
||||
|
||||
Sample output of the command:
|
||||
|
Reference in New Issue
Block a user