执行docker stop xxxx报错如下:
Error response from daemon: cannot stop container: xxxx: tried to kill container, but did not receive an exit event
执行下面命令重启docker,发现container依旧在,依旧无法停止。
systemctl restart docker
docker ps
查看container。ps awx | grep containerd-shim | grep <container_id>
操作系统中的进程id。未知,不懂。