赞
踩
安装Docker有三种方法,这里只用repository安装,更详细的安装方法可以看官方文档。
首先更新apt:
sudo apt-get update
安装一些包让apt可以通过https使用repository:
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 |
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。