Open luyuj2010 opened 7 years ago
It's a problem and how to solve it ? thx and I think it will be helpful for other people.
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
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