Check Component Status

Check the status of containers once you have encountered a system problem, using the following commands:

docker ps
docker container inspect <container_id>/<container_name>
docker container stats <container_id>/<container_name>