cli icon indicating copy to clipboard operation
cli copied to clipboard

Add limit to docker images

Open fabiocarneiro opened this issue 4 years ago • 1 comments

Description

Add a parameter to filter n amount of rows instead of showing the whole list. since docker build (legacy or with buildkit) doesn't give you a summary, very often when you just finished your build you want to grab info on that image.

Describe the results you received:

docker images

300 results

Describe the results you expected:

docker images -n 10

10 results

or by default limited to few results and full list obtained with --all

fabiocarneiro avatar Mar 10 '20 11:03 fabiocarneiro

Will this feature request be approved? If so, I'd be interested in implementing that.

dominikbraun avatar Mar 11 '20 13:03 dominikbraun