I know you can check the logs of a running container with:
Command to list containers
docker container ls
Command to view the logs
docker logs [container-id]
Question:
Can you also check the logs of a failed container that is not listed, because the container failed?