74. How can we check the status of a Container in Docker?
We can use docker ps –a command to get the list of all the containers in Docker. This command also returns the status of these containers.