【发布时间】: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.
【问题讨论】:
-
启动 Docker。它需要运行才能使这些命令起作用。
-
检查你的 docker 服务是否正在运行。
标签: docker kubernetes operating-system system docker-command