0 votes
in Docker by
How do you list all the running containers?

1 Answer

0 votes
by

The following command lists down all the running containers:

$ docker ps

...