nano /etc/apt/sources.list
添加
deb http://download.proxmox.com/debian stretch pve-no-subscription
或者直接
echo "deb http://download.proxmox.com/debian stretch pve-no-subscription" >> /etc/apt/sources.list
nano /etc/apt/sources.list.d/pve-enterprise.list
注释
#deb https://enterprise.proxmox.com/debian stretch pve-enterprise
wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg
echo "deb http://download.proxmox.wiki/debian/pve stretch pve-no-subscription" >/etc/apt/sources.list.d/pve-install-repo.list
安装dockers
curl -sSL https://get.docker.com/ | sh
PVE安装docker
未经允许不得转载:家里蹲的狐狸 » PVE安装docker