Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/docker/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法删除不需要的docker图像_Docker_Kubernetes_Operating System_System_Docker Command - Fatal编程技术网

无法删除不需要的docker图像

无法删除不需要的docker图像,docker,kubernetes,operating-system,system,docker-command,Docker,Kubernetes,Operating System,System,Docker Command,我想从系统的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 prope

我想从系统的
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。需要运行docker服务才能使这些命令正常工作。请检查docker服务是否正在运行。