You can get the container ID using docker ps -a and then do docker logs <container id>
docker ps -a
docker logs <container id>