docker images – Shows all images currently downloaded to your system.
The process is the universal "litmus test" for any new container setup. This simple command does more than just print text; it confirms your Docker Engine is communicating with the daemon and that your network can reach Docker Hub . What is the Hello-World Image? docker download hello-world
Once you've downloaded the image, you can manage it with these basic CLI tools: docker images – Shows all images currently downloaded