最新ubuntu20.04安装docker流畅教程

ops/2024/12/19 19:14:40/

docker_0">最新ubuntu20.04安装docker流畅教程

使用清华镜像源

//编辑/etc/apt/sources.list

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe multiverse# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
# deb-src http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse# 预发布软件源,不建议启用
# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse
# # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse

开始部署

##读取数据源,安装依赖包
sudo apt update
sudo apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common##使用下面的 curl 导入源仓库的GPG key:
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -##将 Docker APT 软件源添加到你的系统:
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"##安装docker
sudo apt install docker-ce docker-ce-cli containerd.io##添加当前用户到docker组
sudo groupadd dockersudo gpasswd -a ${USER} dockersudo service docker restartnewgrp - dockersudo chmod o+rw /var/run/docker.sock##配置阿里云镜像加速器,追加了“https://docker.yccp.site"一个拉取镜像地址,防止报错
sudo tee /etc/docker/daemon.json <<-'EOF'
{
"registry-mirrors": ["https://750xi8h6.mirror.aliyuncs.com","https://docker.yccp.site"]
}
EOF
#重新加载,重启服务
sudo systemctl daemon-reload
sudo systemctl restart docker##测试拉取镜像,成功
uto@uto:~$ docker pull nginx                                                
Using default tag: latest
latest: Pulling from library/nginx
bc0965b23a04: Pull complete 
650ee30bbe5e: Pull complete 
8cc1569e58f5: Pull complete 
362f35df001b: Pull complete 
13e320bf29cd: Pull complete 
7b50399908e1: Pull complete 
57b64962dd94: Pull complete 
Digest: sha256:fb197595ebe76b9c0c14ab68159fd3c08bd067ec62300583543f0ebda353b5be
Status: Downloaded newer image for nginx:latest
docker.io/library/nginx:latest
uto@uto:~$ docker images
REPOSITORY   TAG       IMAGE ID       CREATED       SIZE
nginx        latest    66f8bdd3810c   3 weeks ago   192MB

采用大神博客

ubuntu 安装 docker教程和使用
Ubuntu 20.04 安装docker(傻瓜试一键教程)


http://www.ppmy.cn/ops/143267.html

相关文章

MySQL学习之DML操作

目录 插入 删除 修改 数据库事务 事务的特征&#xff08;ACID原则&#xff09; 原子性 一致性 隔离性 持久性 事务隔离级别 读未提交 读已提交 可重复读 序列化 脏读 虚读 幻读 插入 insert into 表名 values(); 要求插入数据的数量&#xff0c;类型要和定义…

虚拟现实喷漆训练解决方案,为喷漆行业提供全新高效的培训方式

虚拟现实喷漆训练方案为喷漆操作员的培训与评估提供创新途径。此方案不仅能导入数据&#xff0c;还能定制专属的培训环境&#xff0c;从而大幅降低培训时间、材料及人力等资源消耗所带来的成本压力。 虚拟现实控制器与带触觉执行器的喷枪的组合&#xff0c;更是将操作的真实感提…

修改ubuntu apt 源及apt 使用

视频教程:修改ubuntu apt 源和apt 使用方法_哔哩哔哩_bilibili 1 修改apt源 1.1 获取阿里云ubuntu apt 源 https://developer.aliyun.com/mirror/ubuntu?spma2c6h.13651102.0.0.3e221b11mqqLBC 1.2 修改apt 源 vim /etc/apt/sources.list deb https://mirrors.aliyun.com/ub…

es build 使用配置详解:快速、可扩展的 JavaScript 打包器

引言 es build 是一个快速、可扩展的 JavaScript 打包器和压缩器&#xff0c;它的目标是成为最快的打包器。它使用 Go 编写&#xff0c;可以在几乎瞬间内完成大多数项目的构建。在本文中&#xff0c;我们将深入了解 es build&#xff0c;并探讨其如何实现如此出色的性能。 什…

Python Web 开发实战:构建 FastAPI 在线商店系统

Python Web 开发实战&#xff1a;构建 FastAPI 在线商店系统 目录 &#x1f6cd;️ 商品管理&#x1f6d2; 购物车与结算&#x1f4b3; 支付集成&#xff08;模拟支付&#xff09;⚙️ 系统拓展与优化建议 &#x1f6cd;️ 1. 商品管理 商品管理是任何在线商店系统的核心功能…

Flask入门:打造简易投票系统

目录 准备工作 创建项目结构 编写HTML模板 编写Flask应用 代码解读 进一步优化 结语 Flask&#xff0c;这个轻量级的Python Web框架&#xff0c;因其简洁和易用性&#xff0c;成为很多开发者入门Web开发的首选。今天&#xff0c;我们就用Flask来做一个简单的投票系统&am…

监控易监测对象及指标之:宝兰德中间件JMX监控指标解读

监控易作为一款全面的IT监控软件&#xff0c;能够为企业提供深入、细致的监控服务&#xff0c;确保企业IT系统的稳定运行。在本文中&#xff0c;我们将详细解读监控易针对宝兰德中间件JMX的监控指标&#xff0c;以帮助用户更好地理解和应用这些监控数据。 监测指标概览&#x…

Java Stream 流的使用

Java Stream 流的使用 在实际生产中&#xff0c;几乎很少使用for循环的结构进行操作&#xff0c;Java 8 提供的Stream可以大大提高程序员的生产力&#xff0c;由于自己之前对于Stream 流使用的并不是很熟练&#xff0c;所以在这里进行简单的总结归纳。 最后熟练的使用Stream流&…