zoukankan      html  css  js  c++  java
  • docker-runc not installed on system 问题

    问题描述:

      docker运行镜像的时候,报错如下:

    [root@etcd1 k8s]# docker run -it registry.helloworld.com/test/atsd:latest bash
    WARNING: IPv4 forwarding is disabled. Networking will not work.
    /usr/bin/docker-current: Error response from daemon: shim error: docker-runc not installed on system.
    

    问题解决:

      经过一番排查,如下解决方案有用:

    [root@etcd1 k8s]# cd /usr/libexec/docker/
    [root@etcd1 docker]# ln -s docker-runc-current docker-runc 
    

     

    以上,问题解决。 

  • 相关阅读:
    053403
    053402
    053401
    053400
    053399
    053398
    053397
    053396
    053395
    第k小数
  • 原文地址:https://www.cnblogs.com/cxbhakim/p/8862758.html
Copyright © 2011-2022 走看看