【问题标题】:docker: Error response from daemon... What's the matter? [closed]码头工人:来自守护进程的错误响应......怎么了? [关闭]
【发布时间】:2019-12-30 13:52:23
【问题描述】:

我运行以下命令:

C:\Windows\system32>docker run -i -t ubunru /bin/bash

之后我遇到了以下问题:

Unable to find image 'ubunru:latest' locally
docker: Error response from daemon: repository ubunru not found: does not exist or no pull access.

研究了各种指南,但我无法理解问题所在。

【问题讨论】:

  • 您是否打算使用 'ubuntu:latest' 而不是 'ubunru:latest' ?

标签: java windows docker ubuntu cmd


【解决方案1】:

ubuntu”这个词写的不正确。

正确的cmd:

docker run -i -t ubuntu /bin/bash

【讨论】:

  • 天哪。谢谢!
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2021-11-06
  • 1970-01-01
  • 2021-02-04
  • 1970-01-01
  • 1970-01-01
  • 2015-05-21
相关资源
最近更新 更多