原因是docker daemon服务未启动,dockerdaemon需要通过unix:///var/run/docker.sock来接受命令 使用下列命令启动即可 service docker start