Check containers status via docker ps
List running containers:
docker ps
List all containers (whether they are running or not):
docker ps -a
The IDs that are shown can be useful for other docker commands like docker stop
and docker exec