上传者: 38730840
|
上传时间: 2022-03-14 14:34:36
|
文件大小: 48KB
|
文件类型: -
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