docker 보고 오류: docker-engine-selinux 충돌과 docker-selinux-1.9.1-25.el7.centos.x86_64

2058 단어
root@ecshop Deploy]# yum -y install docker-engine-selinux.noarchLoaded plugins: fastestmirrorhttp://downloads-distro.mongodb.org/repo/redhat/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 500 - Internal Server ErrorTrying other mirror.Loading mirror speeds from cached hostfile * base: mirror.neu.edu.cn * epel: mirror.pregi.net * extras: mirrors.aliyun.com * updates: mirrors.aliyun.comResolving Dependencies--> Running transaction check---> Package docker-engine-selinux.noarch 0:1.11.1-1.el7.centos will be installed--> Processing Conflict: docker-engine-selinux-1.11.1-1.el7.centos.noarch conflicts docker-selinux--> Finished Dependency ResolutionError: docker-engine-selinux conflicts with docker-selinux-1.9.1-25.el7.centos.x86_64 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
-------------------------------------
stackoverflow 위에서 봤는데, 대충 말한 것은 네가 이전에 설치한 적이 있다는 것이다. 우선 그것을 하역하면 해결 방법이 될 것이다
[root@ecshop yum.repos.d]# rpm -qa|grep docker-engine-selinux.noarch 
[root@ecshop yum.repos.d]# rpm -qa|grep docker-engine-selinux
[root@ecshop yum.repos.d]# rpm -qa|grep docker
docker-selinux-1.9.1-25.el7.centos.x86_64
docker-registry-0.9.1-7.el7.x86_64
docker-forward-journald-1.9.1-25.el7.centos.x86_64
[root@ecshop yum.repos.d]# rpm -e docker-selinux
[root@ecshop yum.repos.d]# rpm -e docker-registry

좋은 웹페이지 즐겨찾기