跳转至

Docker 服务更新问题

问题1: 提示 runc 包问题

现象

此问题发生于更新系统或者包时,使用Linux发行版为RedHat系

Bash
1
2
3
4
Updating Subscription Management repositories.
Last metadata expiration check: 2:14:34 ago on Wed 25 May 2022 08:36:34 PM CST.
Error:
 Problem: package containers-common-2:1-27.module+el8.6.0+14877+f643d2d6.x86_64 requires runc, but none of the providers can be installed

image.png

方法

禁用系统的 container-tools 工具包

Bash
dnf -y module disable container-tools

image.png

再次更新即可正常

image.png

参考