安装完docker运行docker

安装完docker运行docker不知道什么情况,网上找好像不太行


[root@bp-centos-0 src]# sudo systemctl start docker
Failed to get D-Bus connection: Operation not permitted
[root@bp-centos-0 src]# systemctl start docker
Failed to get D-Bus connection: Operation not permitted
[root@bp-centos-0 src]# docker run hello-world
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^

应该是安装过程中出问题了,怎么安装的?用yum安装试试
yum -y install docker