docker-images: escape curly braces (#14358)
This commit is contained in:
@@ -25,4 +25,4 @@
|
|||||||
|
|
||||||
- Sort images by size:
|
- Sort images by size:
|
||||||
|
|
||||||
`docker images --format "{{.ID}}\t{{.Size}}\t{{.Repository}}:{{.Tag}}" | sort -k 2 -h`
|
`docker images --format "\{\{.ID\}\}\t\{\{.Size\}\}\t\{\{.Repository\}\}:\{\{.Tag\}\}" | sort -k 2 -h`
|
||||||
|
Reference in New Issue
Block a user