You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2022/11/15 17:34:09 UTC

[GitHub] [drill] developeer opened a new issue, #2707: Docker run detach shuts down in 5 seconds

developeer opened a new issue, #2707:
URL: https://github.com/apache/drill/issues/2707

   From docs
   docker run --name drill -p 8047:8047 -p 31010:31010 --detach apache/drill
   
   docker ps -a
   CONTAINER ID   IMAGE          COMMAND                  CREATED          STATUS                      PORTS     NAMES
   e483c502ea1d   apache/drill   "/bin/sh -c $DRILL_H…"   49 seconds ago   Exited (0) 42 seconds ago             drill
   
   
   Starts but then shuts down after 5 to 6 seconds.
   
   docker logs drill
   Apache Drill 1.20.2
   "In Drill We Trust."
   


-- 
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-unsubscribe@drill.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [drill] developeer commented on issue #2707: Docker run detach shuts down in 5 seconds

Posted by GitBox <gi...@apache.org>.
developeer commented on issue #2707:
URL: https://github.com/apache/drill/issues/2707#issuecomment-1315690201

   docker run -i --name drill -p 8047:8047 -p 31010:31010 --detach apache/drill
   
   Keeps the container detached and running.   
   
   Closing issue


-- 
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-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [drill] developeer closed issue #2707: Docker run detach shuts down in 5 seconds

Posted by GitBox <gi...@apache.org>.
developeer closed issue #2707: Docker run detach shuts down in 5 seconds
URL: https://github.com/apache/drill/issues/2707


-- 
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-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org