我昨天运行命令docker system prune
,花了一些时间,然后我的SSH session 由于其他原因而断开连接。
不幸的是我现在得到:Error response from daemon: a prune operation is already running
。
显然有一个lock and prune命令不再运行。
有人知道如何在不停止并卸下所有容器的情况下卸下锁吗?
编辑:在 repo 中创建了一个问题:https://github.com/moby/moby/issues/36447
最佳答案
重新启动docker对我有用。