meAmidos / dcind

Docker image with Docker Compose. Useful as a base image for integration tests in Concourse CI.
MIT License
142 stars 104 forks source link

Output log file to console on docker_start failure #27

Closed bartlett-ops closed 3 years ago

bartlett-ops commented 3 years ago

This PR outputs the contents of the log file to console in the event docker fails to start. A lot of my users are having issues with docker starting, and troubleshooting is difficult without this information. The containers have often been garbage collected by the time I come to investigate.

Signed-off-by: Tom Bartlett tom.bartlett@spire.com