In order to know the list of available images on your device you can make use of the command docker image ls or docker image list
Example: % docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
tomcat latest 8d13ce352985 13 days ago 669MB
docker/getting-started latest adfdb308d623 2 weeks ago 27.4MB
ubuntu latest d5ca7a445605 4 months ago 65.6MB
hello-world latest 18e5af790473 5 months ago 9.14kB
In order to see the digests as well you can make use of the command docker image ls --digests
% docker image --digests
REPOSITORY TAG DIGEST IMAGE ID CREATED SIZE
tomcat latest sha256:4ceb3b972a1a6dfd01106a7743c51953d9a06acef271ce6168490e5d0087206a 8d13ce352985 13 days ago 669MB
docker/getting-started latest sha256:aa945bdff163395d3293834697fa91fd4c725f47093ec499f27bc032dc1bdd16 adfdb308d623 2 weeks ago 27.4MB
ubuntu latest sha256:626ffe58f6e7566e00254b638eb7e0f3b11d4da9675088f4781a50ae288f3322 d5ca7a445605 4 months ago 65.6MB
hello-world latest sha256:97a379f4f88575512824f3b352bc03cd75e239179eea0fecc38e597b2209f49a 18e5af790473 5 months ago 9.14kB
On the other end if you only want to see the Image IDs,
% docker image ls -q
8d13ce352985
adfdb308d623
d5ca7a445605
18e5af790473

- How to docker remove a container when it exits
- Install Python on Alpine Linux - Docker
- How to Rename Docker Image with none TAG and REPOSITORY?
- Remove all stopped containers in Docker using prune command
- [Fix] Docker Error response from daemon: manifest for :latest not found: manifest unknown
- [fix] Error response from daemon: conflict unable to remove repository reference ubuntu container is using its referenced image
- [Docker] Install Python3 on Alpine Linux
- Unable to find image docker latest locally
- How to Stop/Cancel/kill docker image pull
- How to know the Docker Engine Version
- [fix] Docker: OCI runtime exec failed unable to start container process
- [Solution] Alpine Docker apt-get: not found
- Install and Run Cassandra on Docker Desktop
- Install node on Alpine Linux Docker
- How to Copy files from Docker Container to Host System
- Install the minimal Linux on Docker (only 5 mb Alpine Linux)
- How to stop and start a docker container
- Docker - Error response from daemon: You cannot remove a running container
- Open Docker Desktop from macOS Terminal
- How to check installed docker version command
- How to know the Docker Sandbox ID of a Container Network?
- [fix] docker: Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory.
- [Docker] Install Git on Alpine Linux
- Docker MySQL Compose File with Volume Example
- [fix] Docker: Alpine Linux - /bin/sh: bash: not found
- Chrome : When Adobe flash player has finished updating, reload this page to active it - Chrome
- Calculate Volume of Sphere - C-Program
- Increase Font Size of Eclipse Java Code - Eclipse
- Linux: Create a New User and Password and Login Example - Linux
- Programmatically check if Facebook is installed on Android device - Android
- Delete blank lines in a file using Notepad++ - NotepadPlusPlus
- Fix Power BI error Access to the resource is forbidden when connecting SharePoint Online List as data source - SharePoint
- How to make Android EditText not editable - Android