Articles → DOCKER → Commands To Get The List Of Containers And Docker ImagesCommands To Get The List Of Containers And Docker ImagesIn this article, we will discuss the commands to get the list of containers and docker images.Prerequisite Before reading this article, ensure Docker is installed on your machine.Get The List Of Docker Containers To get the list of docker containers, use the following command: - docker psThe above command will get the list of running containers. To get the list of all containers, use the following command: -docker ps -a docker ps --allGet The List Of Docker Images docker imagesPosted By - Karan Gupta Posted On - Wednesday, March 15, 2023 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
docker ps
docker ps -a docker ps --all
docker images
Query/Feedback