Docker v17 killed on startup

The latest Docker release (a month ago) does not complete bootstrap before the instance dies. Anyone resolve this issue? Modifying the startup script was only able to see “killed” when started from a command-line. I don’t see any errors in the logs when enabled.

docker pull dremio/dremio-oss:17.0.0
docker pull dremio/dremio-oss:latest

anything interesting from - docker inspect

thanks. It was a memory issue (ExitCode 137). The default memory in Docker resources was 2G. I bumped it from 2G to 8G and it started up fine.

That’s great @GameCrazi Glad you were able to move forward