以下是在Proxmox VE上安装和使用Docker的步骤:
apt-get update apt-get install docker.io
systemctl start docker
docker run -it --name <容器名称> <镜像名称>