오류: docker-ce conflicts with 2: docker-1.13.1-74.git

466 단어
CentOS7에 k8s 설치:
    `yum install kubernetes`

K8S 설치에 다음과 같은 오류 메시지가 표시됩니다.
      :docker-ce conflicts with 2:docker-1.13.1-74.git6e3bb8e.el7.centos.x86_64
             --skip-broken         
            :rpm -Va --nofiles --nodigest

해결 방법: 시스템에 docker-ce가 설치되어 있으며, 마운트 해제 후 k8s를 정상적으로 설치할 수 있습니다
    `yum -y remove docker-ce`

전재 대상:https://blog.51cto.com/fengyunshan911/2165164

좋은 웹페이지 즐겨찾기