docker-runc not installed on system

后端 未结 5 931
小蘑菇
小蘑菇 2021-02-12 12:46

I recently updated my Centos 7 based machine. And since, i fail to start any of my dockers. Does someone have some experience with this issue and if yes how did you fix it ? Tha

5条回答
  •  孤城傲影
    2021-02-12 13:37

    In reference to the top answer, introduce the sym link in /usr/bin to enable it in global path

    sudo ln -s /usr/libexec/docker/docker-runc-current /usr/bin/docker-runc
    

提交回复
热议问题