1、完整的报错

  1. [root@iZuligp6e1dyzfZ bin]# docker run --name zk01 -p 2180:2180 --restart always -d 7341c5373a13
  2. 635978de0e825b5b6ffa7e610e3b844ca205222b4a6e761895011f0cb311d215
  3. /usr/bin/docker-current: Error response from daemon: shim error: docker-runc not installed on system.

image.png

2、解决步骤-创建docker-runc的软链接

  1. [root@iZuligp6e1dyzfZ bin]# cd /usr/libexec/docker
  2. [root@iZuligp6e1dyzfZ docker]# ln -s docker-runc-current docker-runc