码迷,mamicode.com
首页 > 其他好文 > 详细

docker-runc not installed on system 问题

时间:2018-07-03 15:15:35      阅读:440      评论:0      收藏:0      [点我收藏+]

标签:sys   hello   disable   border   syn   erro   current   dock   not   

问题描述:

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

1
2
3
[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.

 

问题解决:

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

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

 

以上,问题解决。

docker-runc not installed on system 问题

标签:sys   hello   disable   border   syn   erro   current   dock   not   

原文地址:https://www.cnblogs.com/wangjq19920210/p/9257972.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!