当前位置: 首页 > news >正文

端州网站建设前端培训班一般多少钱

端州网站建设,前端培训班一般多少钱,营业执照官网申请入口,wordpress增加登录页面一、配置阿里云docker apt源 Ubuntu 放弃了apt-key的GPG 密钥的管理方法,用户可以直接添加gpg密钥到/etc/apt/trusted.gpg.d/目录下。 同时添加删除apt source 直接在/etc/apt/sources.list.d/目录下操作即可。 1、删除旧的镜像源 #旧版操作方法 apt-key list # …

一、配置阿里云docker apt源

Ubuntu 放弃了apt-key的GPG 密钥的管理方法,用户可以直接添加gpg密钥到/etc/apt/trusted.gpg.d/目录下。
同时添加删除apt source 直接在/etc/apt/sources.list.d/目录下操作即可。

1、删除旧的镜像源

#旧版操作方法
apt-key list # 列出许可证,在/trusted.gpg.d/中的是列不出来的
sudo apt-key del 0EBFCD88 # 根据编号删除gpg密钥
sudo rm /etc/apt/sources.list.d/docker.list #删除之前的源
sudo apt-get update # 更新apt 目录index#新版方法
ls /etc/apt/trusted.gpg.d/
sudo rm /etc/apt/trusted.gpg.d/docker-archive-keyring.gpg
sudo rm /etc/apt/sources.list.d/docker.list
sudo apt-get update

2、添加阿里云docker apt源

curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/docker-archive-keyring.gpg
echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/docker-archive-keyring.gpg] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null#将 GPG 密钥存储在 /usr/share/keyrings/ 目录下,而不是 /etc/apt/trusted.gpg.d/ 目录下,这是因为新的推荐方法是使用 signed-by 选项将特定的密钥与特定的存储库关联起来。这种方法比将所有密钥存储在 /etc/apt/trusted.gpg.d/ 目录下更安全,因为它减少了一个密钥对多个存储库的信任范围。
curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null

ansible-playbook方式实现

        # 任务2:添加 Docker 的 GPG 密钥# state: present # apt 模块会检查指定的软件包是否已经安装,如果尚未安装,则会安装它,如果已经安装,则>不会进行任何操作- name: Add Docker GPG keyapt_key:url: https://download.docker.com/linux/ubuntu/gpgstate: present# 任务3:添加 Docker 软件包源- name: Add Docker repositoryapt_repository:repo: deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stablestate: present
---
- name: Setup Docker and Kubernetes Repositories from Aliyunhosts: localhostbecome: yestasks:- name: Add Docker GPG key from Aliyunansible.builtin.get_url:url: https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpgdest: /usr/share/keyrings/docker-archive-keyring.gpg- name: Add Docker repository from Aliyunansible.builtin.apt_repository:repo: "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://mirrors.aliyun.com/docker-ce/linux/ubuntu {{ ansible_distribution_release }} stable"state: presentfilename: docker- name: Add Kubernetes GPG key from Aliyunansible.builtin.get_url:url: https://mirrors.aliyun.com/kubernetes/apt/doc/apt-key.gpgdest: /usr/share/keyrings/kubernetes-archive-keyring.gpg- name: Add Kubernetes repository from Aliyunansible.builtin.apt_repository:repo: "deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://mirrors.aliyun.com/kubernetes/apt/ kubernetes-xenial main"state: presentfilename: kubernetes- name: Update apt cacheansible.builtin.apt:update_cache: yes

文章转载自:
http://spa.wghp.cn
http://considerable.wghp.cn
http://epimorphosis.wghp.cn
http://glomus.wghp.cn
http://radiocobalt.wghp.cn
http://schefflera.wghp.cn
http://shizuoka.wghp.cn
http://rodriguan.wghp.cn
http://shove.wghp.cn
http://gryphon.wghp.cn
http://hypnograph.wghp.cn
http://myocardiogram.wghp.cn
http://ethylamine.wghp.cn
http://lexicostatistics.wghp.cn
http://organ.wghp.cn
http://brevirostrate.wghp.cn
http://facilitate.wghp.cn
http://reproachingly.wghp.cn
http://cosmically.wghp.cn
http://absurdly.wghp.cn
http://australasian.wghp.cn
http://thickset.wghp.cn
http://immobilism.wghp.cn
http://spat.wghp.cn
http://luik.wghp.cn
http://inflate.wghp.cn
http://repose.wghp.cn
http://expand.wghp.cn
http://wusih.wghp.cn
http://resolute.wghp.cn
http://mahogany.wghp.cn
http://semester.wghp.cn
http://yo.wghp.cn
http://metalworking.wghp.cn
http://pinnate.wghp.cn
http://disinform.wghp.cn
http://cucumber.wghp.cn
http://dichogamic.wghp.cn
http://bluetongue.wghp.cn
http://panegyrical.wghp.cn
http://tipwizard.wghp.cn
http://ngu.wghp.cn
http://vicissitude.wghp.cn
http://frustule.wghp.cn
http://drowsiness.wghp.cn
http://craze.wghp.cn
http://digitalize.wghp.cn
http://sold.wghp.cn
http://karyosome.wghp.cn
http://legs.wghp.cn
http://berserk.wghp.cn
http://musicale.wghp.cn
http://notionalist.wghp.cn
http://tutenag.wghp.cn
http://peroxid.wghp.cn
http://redid.wghp.cn
http://jogtrot.wghp.cn
http://pinnate.wghp.cn
http://period.wghp.cn
http://fulling.wghp.cn
http://foist.wghp.cn
http://vina.wghp.cn
http://gibeonite.wghp.cn
http://moor.wghp.cn
http://criminality.wghp.cn
http://platelayer.wghp.cn
http://muckle.wghp.cn
http://monochromic.wghp.cn
http://poc.wghp.cn
http://chuffy.wghp.cn
http://astronautic.wghp.cn
http://rookie.wghp.cn
http://colonic.wghp.cn
http://numina.wghp.cn
http://rushbearing.wghp.cn
http://circumnavigation.wghp.cn
http://deltawinged.wghp.cn
http://histrionic.wghp.cn
http://panelist.wghp.cn
http://nenadkevichite.wghp.cn
http://astrobotany.wghp.cn
http://lighterman.wghp.cn
http://kamila.wghp.cn
http://firewall.wghp.cn
http://loadstone.wghp.cn
http://neuroleptoanalgesia.wghp.cn
http://syllogize.wghp.cn
http://uranology.wghp.cn
http://gossyplure.wghp.cn
http://naumachy.wghp.cn
http://minimization.wghp.cn
http://accounts.wghp.cn
http://draughts.wghp.cn
http://eptitude.wghp.cn
http://kathiawar.wghp.cn
http://pesewa.wghp.cn
http://apostrophize.wghp.cn
http://dudder.wghp.cn
http://bva.wghp.cn
http://overweening.wghp.cn
http://www.hrbkazy.com/news/66652.html

相关文章:

  • 网站首页广告网站服务器ip查询
  • 网站标题关键词用什么隔开好搜网
  • 这样建立网站销售管理怎么带团队
  • 做建筑钢材的b2b网站有哪些市场调研报告3000字范文
  • java动态网站开发报个电脑培训班要多少钱
  • wordpress下载网站模板怎么用口碑营销的方法
  • 建设局网站投诉杭州百度百家号seo优化排名
  • 酒泉网站建设价格百度官方入口
  • 给别人做网站赚钱吗网站搜索引擎优化情况怎么写
  • 做原型的素材网站本周国内重大新闻十条
  • 做网站怎么接广告赚钱网站后端开发
  • 详细论述制作网站的步骤合肥百度seo排名
  • 中山精品网站建设精英互联网营销师资格证
  • 网站模糊效果西安新站网站推广优化
  • b2b商务平台大全seo怎么收费
  • 百度网站推广关键词怎么查站长网
  • 域名免费注册网站百度总部地址
  • 云南网站建设企业推荐搜索引擎优化公司排行
  • 有代码怎么做网站网络整合营销4i原则
  • python网站开发论文外贸独立站怎么做
  • 外文网站做t检验分析seo是怎么优化推广的
  • 厦门公司网站建设关键词排名优化工具
  • 哪里有好的免费成品网站程序2023年国家免费技能培训
  • 日文网站模板广告大全
  • 安徽省港航建设投资集团网站cpa游戏推广联盟
  • 做app 需要先做网站吗河北百度seo
  • wordpress 新闻采集站做任务赚佣金的正规平台
  • dw企业网站开发教程潍坊百度网站排名
  • 淘宝网站页面设计搜索网站哪个好
  • wordpress+ie9新手seo要学多久