openanalytics / containerproxy

Manage HTTP proxy routes into Docker containers
Apache License 2.0
45 stars 66 forks source link

[FR] Display container logs when "Container did not respond in time" #14

Open shrektan opened 5 years ago

shrektan commented 5 years ago

"Container did not respond in time" is due to the docker container fails to launch shiny apps. However, the log of the docker is not included in the error message. Moreover, after the failure, the container is removed automatically.

Although we can launch a container by ourselves and see what happens really there, a better way I think is to attach the container log (a.k.a the log returned from docker log $container-name) in the error page by default.

Thanks.