docker image ls --format 'table {{.Repository}} {{.Tag}} {{.Size}}'
Category: Docker
docker image ls --format 'table {{.Repository}} {{.Tag}} {{.Size}}'
List images with a custom formatted table output
Shows images as a formatted table with custom columns (repository, tag, size).