错误:docker守护程序未运行。 [/bin/lib/functions.plugin.sh:93]

时间:2016-09-08 13:45:56

标签: ubuntu docker docker-machine

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

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

我输入了以下命令:

cd athena
./athena

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

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

1 个答案:

答案 0 :(得分:0)

在同一个终端窗口中试试这个:

  • 重新启动您的泊坞机:docker-machine restart
  • 重新设置环境变量eval $(docker-machine env)
  • cd athena并再次运行./athena