Advertisement

菜鸟笔记--docker: 错误响应来自daemon:无法创建端点vigorous_euclid在网络中……

阅读量:

在完成Docker的安装之后,首次运行命令sudo docker run hello-world时,系统出现了相应的警告信息。

复制代码
    root@renesas:~# sudo docker run hello-world
    Unable to find image 'hello-world:latest' locally
    latest: Pulling from library/hello-world
    256ab8fe8778: Pull complete
    Digest: sha256:49a1c8800c94df04e9658809b006fd8a686cab8028d33cfba2cc049724254202
    Status: Downloaded newer image for hello-world:latest
    docker: Error response from daemon: failed to create endpoint vigorous_euclid on network bridge: failed to add the host (veth44c53e5) <=> sandbox (veth46a40dd) pair interfaces: operation not supported.

全部评论 (0)

还没有任何评论哟~