[ 
https://issues.apache.org/jira/browse/METRON-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16262708#comment-16262708
 ] 

ASF GitHub Bot commented on METRON-1328:
----------------------------------------

Github user ottobackwards commented on the issue:

    https://github.com/apache/metron/pull/846
  
    Thanks for the contribution!  This is a great idea.  If I may, I think this 
may be more clear:
    
    ```bash
    if docker info 2>&1  | grep -q 'Cannot connect to the Docker daemon'
    then
        echo "Docker daemon is not running"
    else
        echo "Docker daemon is running"
     fi
    
    ```


> Enhance platform-info.sh script to check if docker daemon is running 
> ---------------------------------------------------------------------
>
>                 Key: METRON-1328
>                 URL: https://issues.apache.org/jira/browse/METRON-1328
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Anand Subramanian
>            Assignee: Anand Subramanian
>
> For successful full-dev the docker daemon needs to be in running state. It is 
> possible at times that docker is installed, but is not started. It would be 
> good to add a check to the platform-info script to check for running status.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to