0

我想从我的系统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 在此处输入图像描述

图2

4

1 回答 1

1

运行 docker 注释需要 docker 守护进程(服务)正在运行。

于 2020-02-21T08:25:20.420 回答