错误:docker守护程序没有运行。

我已经下载了Docker Toolkit并通过快捷方式打开,之后IP地址成功生成。

我从https://github.com/athena-oss/athena通过Git克隆了Athena代码到testing文件夹中,克隆代码后创build了Athena文件夹。

我input了下面的命令:

cd athena ./athena 

它显示Git和Docker已经安装,但是会抛出一些错误:

 Error: docker daemon is not running. [/bin/lib/functions.plugin.sh:93] 

试试这个,在同一个terminal窗口里面:

  • 重新启动您的docker机: docker-machine restart
  • 重新设置环境variableseval $(docker-machine env)
  • cd athena和运行一次./athena