Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 127 Bytes

count-number-of-docker-images.md

File metadata and controls

3 lines (2 loc) · 127 Bytes

Show the total number of docker images available locally

$ docker images|cut -c 70-90|grep -v 'IMAGE ID' |sort|uniq|wc -l