Back

Explore Courses Blog Tutorials Interview Questions
0 votes
5 views
in Docker by (55.6k points)

Can anyone tell me what is docker ps command?

1 Answer

0 votes
by (119k points)

BY default, the docker ps command displays only running containers. To view all containers, you can use the -a (or --all) flag as follows:

$ docker ps -a

You can enroll in this Docker Training Online Course by Intellipaat to learn Docker.

Also, you can watch this Docker commands tutorial:

Related questions

0 votes
1 answer
asked Nov 2, 2020 in Docker by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Nov 1, 2020 in Docker by Sudhir_1997 (55.6k points)
0 votes
1 answer
0 votes
1 answer
asked Feb 11, 2021 in Docker by Amyra (12.9k points)
0 votes
1 answer
asked Feb 11, 2021 in Docker by Amyra (12.9k points)

Browse Categories

...