【问题标题】:Unable to delete unwanted docker images无法删除不需要的 docker 图像
【发布时间】:2020-02-21 04:29:42
【问题描述】:

我想从我系统的 C: 驱动器中删除所有不需要的 docker 映像和容器。当前系统内存不足。我使用了这些命令,但它显示以下错误:

error during connect: Post https://192.168.99.100:2376/v1.40/containers/prune: dial tcp 192.168.99.100:2376: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

我该如何解决? 图像1

【问题讨论】:

  • 启动 Docker。它需要运行才能使这些命令起作用。
  • 检查你的 docker 服务是否正在运行。

标签: docker kubernetes operating-system system docker-command


【解决方案1】:

运行 docker cmets 需要运行 docker 守护进程(服务)。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-07-03
    • 1970-01-01
    • 1970-01-01
    • 2020-11-14
    • 1970-01-01
    • 2016-11-02
    • 2022-12-26
    • 2017-04-03
    相关资源
    最近更新 更多