CentOS 수정 원본 은 163 이 고 지정 한 epel 소스 와 docker 설치 입 니 다.

주소:http://mirrors.163.com/.help/centos.html
사용 설명
우선 백업 / etc / yum. repos. d / CentOS - Base. repo
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

해당 버 전 repo 파일 을 다운로드 하여 / etc / yum. repos. d / 에 넣 습 니 다.
  • CentOS5
  • CentOS6

  • yum makecache 를 실행 하여 캐 시 생 성
    eple 원본:
    rpm -Uvh http://ftp.sjtu.edu.cn/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
    docker 설치:
    You will need RHEL 6.5 or higher, with a RHEL 6 kernel version 2.6.32-431 or higher as this has specific kernel fixes to allow Docker to work.
    CentOS 6.5 는 이미 2.6.32 - 431 커 널 이 므 로 이 버 전 을 설치 하 는 것 이 좋다.
    yum -y install docker-io
    승급:
    yum -y update docker-io

    수 동 업그레이드:
    wget https://get.docker.io/builds/Linux/x86_64/docker-latest -O docker
    mv -f docker /usr/bin/docker
    

    레벨 업 완료
    시작:
    service docker start

    부팅 시작:
    chkconfig docker on

    좋은 웹페이지 즐겨찾기