问题描述:

  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

 

以上,问题解决。

相关文章:

  • 2021-12-23
  • 2022-01-27
  • 2022-02-11
  • 2022-12-23
  • 2018-06-07
  • 2021-05-24
  • 2022-01-09
  • 2021-05-09
猜你喜欢
  • 2022-12-23
  • 2021-11-01
  • 2021-07-07
  • 2021-12-28
  • 2022-12-23
  • 2021-07-10
相关资源
相似解决方案