以前工作的码头工人现在有错误

时间:2015-10-10 22:15:29

标签: macos docker

我一直在测试docker没有问题,但突然我的连接(?)似乎已经掉线了。

有没有人经历过这个?

修复是什么?

                        ##         .
                  ## ## ##        ==
               ## ## ## ## ##    ===
           /"""""""""""""""""\___/ ===
      ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ /  ===- ~~~
           \______ o           __/
             \    \         __/
              \____\_______/


exit status 255
docker is configured to use the default machine with IP 
For help getting started, check out the docs at https://docs.docker.com

Unexpected error getting machine url: exit status 255
%USER%s-MacBook-Pro:~ %USER%$ docker run hello-world
Post http:///var/run/docker.sock/v1.20/containers/create: dial unix /var/run/docker.sock: no such file or directory.
* Are you trying to connect to a TLS-enabled daemon without TLS?
* Is your docker daemon up and running?
%USER%s-MacBook-Pro:~ %USER%$ 

我从docker quickstart终端发射了docker。

3 个答案:

答案 0 :(得分:1)

在Mac OS中,我使用此命令解决问题

eval "$(docker-machine env default)"

答案 1 :(得分:0)

杀死一些名称中包含“docker”之类的进程,然后重新启动终端解算器问题。不确定我是如何创建这个问题的,因此难以复制。

答案 2 :(得分:0)

假设您正在使用64位Windos操作系统,对我来说,这是因为我的BIOS中没有启用可视化。启用它并解决了问题。

我可以看到“这个内核需要一个x86-64 CPU,但只检测到i686 CPU,无法启动”虚拟框屏幕错误

  1. 重新启动系统并转到bios
  2. 安全>虚拟化>启用>保存并退出
  3. 在虚拟框中,setings> general> basic:检查是否选择了64位linux
  4. 祝你好运