摘要: 2024年8月10日更新,新增其它加速源 2024年7月9日更新,国内全部源失效,建议使用docker.m.daocloud.io,此加速源为白名单模式,只能同步在白名单内的镜像,详细见:https://github.com/DaoCloud/public-image-mirror?tab=read 阅读全文
posted @ 2022-06-23 11:47 二乘八是十六 阅读(1229) 评论(0) 推荐(0)
摘要: 安装必要的一些系统工具 sudo apt-get update sudo apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common 安装GPG证书 sudo curl -fs 阅读全文
posted @ 2022-06-23 11:39 二乘八是十六 阅读(1448) 评论(0) 推荐(1)
摘要: 基础系统信息 Ubuntu 20.04 step 1:使用如下参数临时关闭IPV6,设备重启后参数失效 sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 sudo sysctl -w net.ipv6.conf.default.disable_ipv6= 阅读全文
posted @ 2022-06-23 09:56 二乘八是十六 阅读(1770) 评论(0) 推荐(0)