这里使用阿里云的镜像源作为示例: bash curl -fsSL http://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add - 注意:如果apt-key命令已弃用,可以使用以下命令替代: bash curl -s http://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo gpg --no-default-keyring --keyring...
18. 设置静态IP地址 19. 设置镜像源 1.安装首页 2. 选择安装语言 3. 安装器 这里选择不更新安装器,直接继续安装 4.选择键盘布局 5. 选择安装类型 既然是安装服务器系统,当然选择最小安装 6. 设置网络连接 7. 配置镜像源地址 这里配置的是国内的阿里云的镜像源地址,下载速度快 8. 磁盘分区 9. 创建登录用户...
拷贝如下内容到/etc/apt/sources.list文件 # 阿里云源 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted univers...
但是不幸的是,这里需要拉取google的镜像,国内是难以做到的,而且containerd的代理也很难配置,因此最最简单的方法就是使用阿里云的容器镜像源: sudo kubeadm init --pod-network-cidr=192.168.0.0/16 --image-repository registry.aliyuncs.com/google_containers 之后就可以等待初始化完成,其他的需要注意的参数可以阅读官...
Ubuntu20.04LTS国内源安装指定版本Dockerdocker-compose 1.卸载旧版本Docker #卸载旧版本docker sudo apt-get remove docker docker-engine docker-ce docker.io #清空旧版docker占⽤的内存 sudo apt-get remove --auto-remove docker #更新系统源 sudo apt-get update 2.配置安装环境 sudo apt-get install apt...
Reading state information... Done E: Unable to locate package python3.6 E: Couldn't find any package by glob 'python3.6'E: Couldn't find any package by regex 'python3.6'按照如下步骤安装,同时解决上述异常:1. 先执⾏ sudo apt-get install python-software-properties sudo apt-get install...