rstoughton opened a new issue, #2790: URL: https://github.com/apache/drill/issues/2790
**Describe the bug** I am trying to run Drill in docker on my local machine in detached mode. The container keeps exiting about ~12 seconds after running the command specified in the documentation (https://drill.apache.org/docs/running-drill-on-docker/#running-the-drill-docker-container-in-detached-mode) **To Reproduce** ``` docker run --name drill-detached \ -p 8047:8047 \ -p 31010:31010 \ --detach apache/drill:1.21.0 ``` **Expected behavior** The container continues to run in the background. **Error detail, log output or screenshots** The container exits after roughly 12 seconds with the following output. Note the `%`. <img width="511" alt="Screen Shot 2023-04-07 at 2 14 21 PM" src="https://user-images.githubusercontent.com/98769863/230664559-d32e9b6c-cb29-4296-b968-7b8dda78c0af.png"> **Drill version** `1.21.0` **Additional context** N/A -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org