docker安装后出现Cannot connect to the Docker daemon,dockercannot


启动docker
service docker start
docker安装后出现Cannot connect to the Docker daemon
You need to add user into docker group. by 'sudo gpasswd -a xxxx docker' (xxx is your user name)
Then restart your computer
This problem should be solved

相关内容

    暂无相关文章