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

1.docker安装后执行命令:docker images 提示下面错误

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

2.可能缘由:

    2-1没有操做权限,切换至root或者使用su命令docker

    2-2docker服务没有启动,启动服务this

service docker start