docker inspect
command can be used to debug the container logs.
The stdout and stderr of container can be checked to debug the container, whose location can be obtained using docker inspect
.
Command :
docker inspect <container-id> | grep Source
It gives the location of containers stdout and stderr.