docker images | Docker Documentation
https://docs.docker.com/engine/reference/commandline/imagesWhen pushing or pulling to a 2.0 registry, the push or pull command output includes the image digest. You can pull using a digest value. You can also reference by digest in create, run, and rmi commands, as well as the FROM image reference in a Dockerfile.. Filtering. The filtering flag (-f or --filter) format is of “key=value”.If there is more than one filter, then pass multiple flags (e ...