Ten-Ji / tenji-bigdata

1 stars 3 forks source link

ERROR: Couldn't connect to Docker daemon at http+docker://localunixsocket - is it running? If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable. #3

Open luyuj2010 opened 7 years ago

luyuj2010 commented 7 years ago

remove docker: $ sudo apt-get remove docker docker-engine reinstall with curl -sSL https://get.docker.com/ | sh

add user to a group: sudo usermod -aG docker user

xenron commented 7 years ago

It's a problem and how to solve it ? thx and I think it will be helpful for other people.

luyuj2010 commented 7 years ago

I solved this problem with next step: remove docker: $ sudo apt-get remove docker docker-engine reinstall with curl -sSL https://get.docker.com/ | sh

add user to a group: sudo usermod -aG docker user