在 centos 7.3 上使用下面的命令安装 docker containerd.io-1.2.6
rpm -Uvh containerd.io-1.2.6-3.3.el7.x86_64.rpm
出现错误提示
error: Failed dependencies:
container-selinux >= 2:2.74 is needed by containerd.io-1.2.6-3.3.el7.x86_64
请问如何安装 container-selinux 解决这个问题?
相关问题
- Docker task in Azure devops won't accept "$(pw
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Unable to run mariadb when mount volume
- Unspecified error (0x80004005) while running a Doc
改用 yum 命令安装就可以了