국내 소프트웨어 미 러 소스 및 사용 방법 [지속 업데이트]

1176 단어 템 플 릿
docker
거울 상
  • 공식 국내 미 러 https://registry.docker-cn.com
  • 프로필
    아래 내용 을 추가 합 니 다
    {
        "registry-mirrors": ["https://registry.docker-cn.com"]
    }
    

    파일 위치
    Linux
    vi /etc/docker/daemon.json
    

    pip
    거울 상
  •     아 리 운 http://mirrors.aliyun.com/pypi/simple/
  • 중국 과학기술 대학 https://pypi.mirrors.ustc.edu.cn/simple/
  • 콩 쪽 (douban) http://pypi.douban.com/simple/
  •     청화대학 교 https://pypi.tuna.tsinghua.edu.cn/simple/
  • 중국 과학기술 대학 http://pypi.mirrors.ustc.edu.cn/simple/
  • 임시 사용
    pip 를 사용 할 때 인 자 를 추가 할 수 있 습 니 다 -i https://pypi.tuna.tsinghua.edu.cn/simple예컨대
    pip install -i https://pypi.tuna.tsinghua.edu.cn/simple gevent
    

    프로필
    아래 내용 을 추가 합 니 다
    [global]
    index-url = https://pypi.tuna.tsinghua.edu.cn/simple
    

    파일 위치
    Linux
    파일 수정 / 생 성 pip.conf
     ~/.pip/pip.conf
    

    Windows
    파일 수정 / 생 성 pip.conf
    C:\Users\xx\pip\pip.conf
    

    좋은 웹페이지 즐겨찾기