This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.Docker.
                            
	
		Summary
            Show details of image in the registry using default settings..
            
		- Assembly
 - Cake
.Docker .dll  - Namespace
 - Cake
.Docker  - Containing Type
 - DockerAliases
 
Syntax
public static IEnumerable<string> DockerBuildXImageToolsInspect(this ICakeContext context, string name)
	Remarks
Return value are the lines from stdout. This method will redirect stdout and it won't be available for capture.
	Attributes
| Type | Description | 
|---|---|
| Cake | 
						
Parameters
| Name | Type | Description | 
|---|---|---|
| context | ICakeContext | The context. | 
| name | string | Name | 
Return Value
| Type | Description | 
|---|---|
| IEnumerable | 
					Output text. | 
