Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How do you list all the running containers?
Home
Docker
How do you list all the running containers?
0
votes
asked
Aug 29, 2023
in
Docker
by
JackTerrance
How do you list all the running containers?
docker-interview-questions-answer
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 29, 2023
by
JackTerrance
The following command lists down all the running containers:
$ docker ps
...