Cannot connect to the Docker daemon. Is the docker daemon running on this host?



  • $ docker info
    Cannot connect to the Docker daemon. Is the docker daemon running on this host?
    

    Adding the user to the group docker will resolve this issue.

    $ getent group docker
    docker:x:199:demo
    
    $  groups
    demo docker
    

Log in to reply
 

© Lightnetics 2024