zoukankan      html  css  js  c++  java
  • Docker配置阿里云镜像源

      Docker默认拉取镜像是从这里拉取(https://hub.docker.com/),拉取的速度让人。。。,所以是配置国内镜像源,拉取速度十分惊人

    一、版本要求

      Docker版本:1.10以上

    二、配置加速器

    sudo mkdir -p /etc/docker

    sudo tee /etc/docker/daemon.json <<-'EOF'

    {

      "registry-mirrors": ["https://uxk0ognt.mirror.aliyuncs.com"]

    }

    EOF

    sudo systemctl daemon-reload

    sudo systemctl restart docker

  • 相关阅读:
    test
    4css
    3css
    2css
    5html
    1css
    4html
    3html
    2html
    1.3 tensorflow2.0 常用函数
  • 原文地址:https://www.cnblogs.com/rmxd/p/12047564.html
Copyright © 2011-2022 走看看