Print more informantion about cached Docker images on Windows (#1905)
* Add docker full info * make tabular output * remove created at time Co-authored-by: Sergey Dolin <[email protected]>
This commit is contained in:
co-authored by
Sergey Dolin
parent
2842ad4c00
commit
b326801306
@@ -243,6 +243,7 @@ $markdown += New-MDNewLine
|
||||
|
||||
# Docker images section
|
||||
$markdown += New-MDHeader "Cached Docker images" -Level 3
|
||||
$markdown += New-MDList -Style Unordered -Lines @(Get-CachedDockerImages)
|
||||
$markdown += Get-CachedDockerImagesTableData | New-MDTable
|
||||
$markdown += New-MDNewLine
|
||||
|
||||
$markdown | Out-File -FilePath "C:\InstalledSoftware.md"
|
||||
$markdown | Out-File -FilePath "C:\InstalledSoftware.md"
|
||||
|
||||
Reference in New Issue
Block a user