Docker 安装与配置
安装 Docker(摘自 Docker 官方文档)
设置 Docker Repository
更新软件索引$ sudo apt-get update
安装一些必要的包 $ sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common
添加 Docker 官方 GPG Key$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sud
2022-03-14 14:34:36
48KB
apt
c
do
1