Login
Remember
Register
Ask a Question
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
...