Docker安装记录与注意事项

Debian Docker 安装,Docker 支持以下的 64 位 Debian 版本:

Debian Bookworm 12 (稳定版)
Debian Bullseye 11 (旧稳定版)
支持的架构包括 x86_64(amd64)、armhf、arm64 和 ppc64le。

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

Ubuntu Docker 安装Docker Engine-Community 支持以下的 Ubuntu 版本:

Xenial 16.04 (LTS)
Bionic 18.04 (LTS)
Cosmic 18.10
Disco 19.04

curl -fsSL https://test.docker.com -o test-docker.sh
sudo sh test-docker.sh

CentOS Docker 安装Docker 支持以下的 64 位 CentOS 版本:

CentOS 9 (stream)更高版本…

$ curl -fsSL https://get.docker.com -o install-docker.sh
$ sudo sh install-docker.sh

更新源命令

sudo apt update
sudo apt upgrade