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 

 

以上,問題解決。 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM