mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-11-04 09:07:15 +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:
		
				
					committed by
					
						
						Ajeet Raina
					
				
			
			
				
	
			
			
			
						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:
 | 
					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:
 | 
					Sample output of the command:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user