In this tutorial am going to learn how to check how many containers and images available on docker lets go to check.
Run below command
docker container ls -a
Output: –
2nd step check images
docker image ls
Output :-
Hopefully its a helpful command šš