+1 vote
in Docker by
recategorized by
What command should you run to see all running container in Docker in Devops?

1 Answer

0 votes
by

Below is the command should you run to see all running container in Docker

$ docker ps

...