在PVE服务器里面创建Docker并安装PortainerGUIInstall Proxmox VE进行以下源代码调整以便可以更新:要首先修复此问题,请添加无订阅源:编辑文件:# nano /etc/apt/sources.list添加:deb http://download.proxmox.com/debian stretch pve-no-subscription删除企业源,编辑文件:# nano /etc/apt/sources.list.d/pve-enterprise.list找到并删除或注释掉以下一行:# deb https://enterprise.proxmox.com/debian stretch pve-enterprise更行系统源:apt-get update && apt-get dist-upgrade -y重启服务器安装 docker-ce:apt-get install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common curl -f
CodingSorcery