mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
Compare commits
4 Commits
c95dba2e4d
...
2cd2fce3c3
Author | SHA1 | Date | |
---|---|---|---|
|
2cd2fce3c3 | ||
|
7ec5772432 | ||
|
355dd3b051 | ||
|
5991c87296 |
@ -5,6 +5,7 @@
|
|||||||
* [阿里云加速器(点击管理控制台 -> 登录账号(淘宝账号) -> 左侧镜像工具 -> 镜像加速器 -> 复制加速器地址)](https://cr.console.aliyun.com/cn-hangzhou/instances)
|
* [阿里云加速器(点击管理控制台 -> 登录账号(淘宝账号) -> 左侧镜像工具 -> 镜像加速器 -> 复制加速器地址)](https://cr.console.aliyun.com/cn-hangzhou/instances)
|
||||||
* [网易云加速器 `https://hub-mirror.c.163.com`](https://www.163yun.com/help/documents/56918246390157312)
|
* [网易云加速器 `https://hub-mirror.c.163.com`](https://www.163yun.com/help/documents/56918246390157312)
|
||||||
* [百度云加速器 `https://mirror.baidubce.com`](https://cloud.baidu.com/doc/CCE/s/Yjxppt74z#%E4%BD%BF%E7%94%A8dockerhub%E5%8A%A0%E9%80%9F%E5%99%A8)
|
* [百度云加速器 `https://mirror.baidubce.com`](https://cloud.baidu.com/doc/CCE/s/Yjxppt74z#%E4%BD%BF%E7%94%A8dockerhub%E5%8A%A0%E9%80%9F%E5%99%A8)
|
||||||
|
* [AtomHub 可信镜像中心](https://atomhub.openatom.cn/)
|
||||||
|
|
||||||
**由于镜像服务可能出现宕机,建议同时配置多个镜像。各个镜像站测试结果请到 [docker-practice/docker-registry-cn-mirror-test](https://github.com/docker-practice/docker-registry-cn-mirror-test/actions) 查看。**
|
**由于镜像服务可能出现宕机,建议同时配置多个镜像。各个镜像站测试结果请到 [docker-practice/docker-registry-cn-mirror-test](https://github.com/docker-practice/docker-registry-cn-mirror-test/actions) 查看。**
|
||||||
|
|
||||||
@ -29,6 +30,7 @@ $ systemctl cat docker | grep '\-\-registry\-mirror'
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"registry-mirrors": [
|
"registry-mirrors": [
|
||||||
|
"https://atomhub.openatom.cn",
|
||||||
"https://hub-mirror.c.163.com",
|
"https://hub-mirror.c.163.com",
|
||||||
"https://mirror.baidubce.com"
|
"https://mirror.baidubce.com"
|
||||||
]
|
]
|
||||||
@ -51,6 +53,7 @@ $ sudo systemctl restart docker
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"registry-mirrors": [
|
"registry-mirrors": [
|
||||||
|
"https://atomhub.openatom.cn",
|
||||||
"https://hub-mirror.c.163.com",
|
"https://hub-mirror.c.163.com",
|
||||||
"https://mirror.baidubce.com"
|
"https://mirror.baidubce.com"
|
||||||
]
|
]
|
||||||
@ -64,6 +67,7 @@ $ sudo systemctl restart docker
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"registry-mirrors": [
|
"registry-mirrors": [
|
||||||
|
"https://atomhub.openatom.cn",
|
||||||
"https://hub-mirror.c.163.com",
|
"https://hub-mirror.c.163.com",
|
||||||
"https://mirror.baidubce.com"
|
"https://mirror.baidubce.com"
|
||||||
]
|
]
|
||||||
|
@ -6,23 +6,31 @@
|
|||||||
|
|
||||||
### 系统要求
|
### 系统要求
|
||||||
|
|
||||||
Docker 支持以下版本的 [Ubuntu](https://ubuntu.com/server) 操作系统:
|
Docker 支持诸多版本的 [Ubuntu](https://ubuntu.com/server) 操作系统。但是较旧的版本上将不会有Docker新版本的持续更新,以截至2024年中的几个 Ubuntu LTS(Long Term Support,长期支持)版本为例:
|
||||||
|
|
||||||
* Ubuntu Hirsute 21.04
|
* Ubuntu Noble 24.04 (LTS),Docker v27.2.1
|
||||||
* Ubuntu Groovy 20.10
|
* Ubuntu Jammy 22.04 (LTS), Docker v27.2.1
|
||||||
* Ubuntu Focal 20.04 (LTS)
|
* Ubuntu Focal 20.04 (LTS), Docker v27.2.1
|
||||||
* Ubuntu Bionic 18.04 (LTS)
|
* Ubuntu Bionic 18.04 (LTS),Docker v24.0.2
|
||||||
|
|
||||||
Docker 可以安装在 64 位的 x86 平台或 ARM 平台上。Ubuntu 发行版中,LTS(Long-Term-Support)长期支持版本,会获得 5 年的升级维护支持,这样的版本会更稳定,因此在生产环境中推荐使用 LTS 版本。
|
在 Ubuntu LTS 版本上,目前 Docker 支持 amd64、arm64、armhf、ppc64el、s390x 等 5 个平台;而非 LTS 版本支持的平台通常较少。同时,LTS 版本会获得 5 年的升级维护支持,这样的系统会获得更长期的安全保障,因此在生产环境中推荐使用 LTS 版本。
|
||||||
|
|
||||||
### 卸载旧版本
|
### 卸载旧版本
|
||||||
|
|
||||||
旧版本的 Docker 称为 `docker` 或者 `docker-engine`,使用以下命令卸载旧版本:
|
旧版本的 Docker 称为 `docker` 或者 `docker-engine`,使用以下命令卸载旧版本:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get remove docker \
|
$ for pkg in docker \
|
||||||
docker-engine \
|
docker-engine \
|
||||||
docker.io
|
docker.io \
|
||||||
|
docker-doc \
|
||||||
|
docker-compose \
|
||||||
|
podman-docker \
|
||||||
|
containerd \
|
||||||
|
runc;
|
||||||
|
do
|
||||||
|
sudo apt remove $pkg;
|
||||||
|
done
|
||||||
```
|
```
|
||||||
|
|
||||||
## 使用 APT 安装
|
## 使用 APT 安装
|
||||||
@ -30,9 +38,9 @@ $ sudo apt-get remove docker \
|
|||||||
由于 `apt` 源使用 HTTPS 以确保软件下载过程中不被篡改。因此,我们首先需要添加使用 HTTPS 传输的软件包以及 CA 证书。
|
由于 `apt` 源使用 HTTPS 以确保软件下载过程中不被篡改。因此,我们首先需要添加使用 HTTPS 传输的软件包以及 CA 证书。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get update
|
$ sudo apt update
|
||||||
|
|
||||||
$ sudo apt-get install \
|
$ sudo apt install \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
@ -73,9 +81,9 @@ $ echo \
|
|||||||
更新 apt 软件包缓存,并安装 `docker-ce`:
|
更新 apt 软件包缓存,并安装 `docker-ce`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get update
|
$ sudo apt update
|
||||||
|
|
||||||
$ sudo apt-get install docker-ce docker-ce-cli containerd.io
|
$ sudo apt install docker-ce docker-ce-cli containerd.io
|
||||||
```
|
```
|
||||||
|
|
||||||
## 使用脚本自动安装
|
## 使用脚本自动安装
|
||||||
|
Loading…
Reference in New Issue
Block a user