共计 774 个字符,预计需要花费 2 分钟才能阅读完成。
【内核】:4.4.0-66-generic
1. 安装基础软件
apt-get -y install apt-transport-https ca-certificates curl
3. 添加 apt 源
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-get update
3. 安装 docker-ce
apt-get -y install docker-ce
正文完