docker安装教程一堆
我这里使用dokcer-compose部署的所以下面是配置
portainer:
image: portainer/portainer
restart: always
ports:
– “9000:9000”
volumes:
– /var/run/docker.sock:/var/run/docker.sock
– /data/docker/portainer/data:/data
up -d 起来以后 nginx把端口搞出来,访问丫的
把那些【unuse】的全【remove】完事
好的
很全
赞
赞1
赞2
赞3
赞4