0 votes
in Docker by

What is the docker command that lists the status of all docker containers?

1 Answer

0 votes
by

In order to get the status of all the containers, we run the below command: docker ps -a

  • Start Your Coding Journey With Tracks
  • Master Data Structures and Algorithms with our Learning Tracks
  • Topic Buckets
  • Mock Assessments
  • Reading Material
  • View Tracks
...